Brown, Craig wrote:
I am trying to update a database that I use to store user names and the
hashed values of passwords. The database name is Login, the table is
"users".
I have the following commands in my php file.
@ $db=mysql_pconnect('localhost','apache','password');
mysql_
>I am trying to update a database that I use to store user names and the
hashed values of passwords. The database name is Login, the table is
"users".
>I have the following commands in my php file.
>@ $db=mysql_pconnect('localhost','apache','password');
>mysql_select_db('Log
Title: Strange problem with mySQL
I am trying to update a database that I use to store user names and the hashed values of passwords. The database name is Login, the table is "users".
I have the following commands in my php file.
@ $db=mysql_pconnect('localhost','apache','passwo