Re: mysql with php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux