[PHP-DB] php and mysql image script

2009-05-28 Thread Wilson Osemeilu
I need a simple php mysql image upload script with display script too and to 
make this easier the mysql database table to use
 


  

[PHP-DB] multi user php login script with user image upload

2009-05-24 Thread Wilson Osemeilu
I need multi user login php script which each user can upload their profile 
picture..
i mean
the index.php
register.php
login.php
changepassword.php
etc
 
not a forum but for a restricted site where users have i already know how 
to create the login scripts but it'll be better if someone has all in one 
including the user photo upload.which is my greatest problem right now
 php users are the gr8test, pls help me.
 
Thanks


  

[PHP-DB] Dynamic text for every user

2009-03-14 Thread Wilson Osemeilu
How do i create a table with user id and password, where every user get to see 
a dynamic text related to them only
I get the same dynamic text when every user logs in but i really want them to 
see their details in the mysql database only. Please help php/mysql users
 
Thanks


  

[PHP-DB] Help me with this someone

2009-02-09 Thread Wilson Osemeilu
i get the error:
Warning: mysql_pconnect() [function.mysql-pconnect]: Lost connection to MySQL 
server during query in /home/www/broadwaysecure.biz.nf/Index.php on line 9
Could not connect : Lost connection to MySQL server during query
 
 
I have done everything to connect to my database but its not working
this is my database information:
host: fdb1.biz.nf or  82.197.130.17 (pinged and working)
db name: 218708_accounts
pass: 


  

[PHP-DB] Fw: Help me with this someone

2009-02-09 Thread Wilson Osemeilu





i get the error:
Warning: mysql_pconnect() [function.mysql-pconnect]: Lost connection to MySQL 
server during query in /home/www/broadwaysecure.biz.nf/Index.php on line 9
Could not connect : Lost connection to MySQL server during query
 
 
I have done everything to connect to my database but its not working
this is my database information:
host: fdb1.biz.nf or 82.197.130.17 (pinged and working)
db name: 218708_accounts
pass: ***

the scrip is
?php
# FileName=Connection_php_mysql.htm
# Type=MYSQL
# HTTP=true
$hostname_broadway = 82.197.130.17;
$database_broadway = 218708_accounts;
$username_broadway = 218708_accounts;
$password_broadway = sanity;
$broadway = mysql_pconnect(82.197.130.17, 218708_accounts, sanity, false, 
2) or die(Could not connect :  . mysql_error());
?