>  $testResult = mysql_query("SELECT * FROM login_table where Pass =

$query = "select * from login_table where Pass=password('$password')";

then echo $query to the screen and make sure you see what needs to be there.
Also try mysql_error etc.. from the manual

GL

--ccma




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to