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.
I can't understnd the code
Moderator: General Moderators
Re: I can't understnd the code
in that specific context
http://dev.mysql.com/doc/refman/5.5/en/ ... n_password
read the related Note in that
http://dev.mysql.com/doc/refman/5.5/en/ ... n_password
read the related Note in that
Re: I can't understnd the code
Thank you.