try this:

$sql = "
       SELECT User_name, User_pass
       FROM `user`
       WHERE User_name= '$_POST[user_id]'
       AND User_pass = '$_POST[user_pass]'
   ";

-afan


Rittwick Banerjee wrote:

Hi friends,

I am Rittwick Banerjee

and i have made a mysql based user name and password program but I found that
what ever I entered in the user name and password feild the php file dose not working.


I set this code for user name and password

$sql = " SELECT `User_name` AND `User_pass` FROM `user` WHERE `User_name`= '$_POST[user_id]' AND `User_pass` = '$_POST[user_pass]' "

But this code dose not working properly.
This code dosen't checking if the user name and password is correct or incorrect


Please help me with some source code.

Thank you.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to