Page 1 of 1

I can't understnd the code

Posted: Mon Apr 02, 2012 12:19 pm
by qasim_353
Please tell me what the this line means 'user_password = PASSWORD('$password')";' in the following link
http://www.phpwebcommerce.com/shopping- ... -login.php.
What does this PASSWORD mean, is it a function or what.

Re: I can't understnd the code

Posted: Mon Apr 02, 2012 12:30 pm
by mikosiko
in that specific context
http://dev.mysql.com/doc/refman/5.5/en/ ... n_password

read the related Note in that

Re: I can't understnd the code

Posted: Sun Apr 08, 2012 1:08 pm
by qasim_353
Thank you.