[PHP-DB] Selecting PASSWORD() value in MySQL

2002-10-10 Thread Tim Haak
Hello, I'm trying to retrieve data from a MySQL table which contains data encrypted with the MySQL "PASSWORD()" function from a PHP script but I can't seem to get it to work. Below is the query I'm trying: SELECT * FROM user_data WHERE username = 'thaak' AND password = PASSWORD('thaak'); I t

RE: [PHP-DB] Selecting PASSWORD() value in MySQL

2002-10-10 Thread John W. Holmes
> I'm trying to retrieve data from a MySQL table which contains data > encrypted with the MySQL "PASSWORD()" function from a PHP script but I > can't seem to get it to work. Below is the query I'm trying: > > SELECT * FROM user_data WHERE username = 'thaak' AND password = > PASSWORD('thaak'); >

RE: [PHP-DB] Selecting PASSWORD() value in MySQL

2002-10-11 Thread John W. Holmes
PROTECTED]] > Sent: Thursday, October 10, 2002 7:17 PM > To: Tim Haak; [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Selecting PASSWORD() value in MySQL > > > > I'm trying to retrieve data from a MySQL table which contains data > > encrypted with the MySQL &

RE: [PHP-DB] Selecting PASSWORD() value in MySQL

2002-10-11 Thread Tim Haak
bject: RE: [PHP-DB] Selecting PASSWORD() value in MySQL > I'm trying to retrieve data from a MySQL table which contains data > encrypted with the MySQL "PASSWORD()" function from a PHP script but I > can't seem to get it to work. Below is the query I'm tr