I can't understnd the code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
qasim_353
Forum Newbie
Posts: 9
Joined: Sun Aug 07, 2011 8:41 pm

I can't understnd the code

Post 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.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: I can't understnd the code

Post by mikosiko »

in that specific context
http://dev.mysql.com/doc/refman/5.5/en/ ... n_password

read the related Note in that
qasim_353
Forum Newbie
Posts: 9
Joined: Sun Aug 07, 2011 8:41 pm

Re: I can't understnd the code

Post by qasim_353 »

Thank you.
Post Reply