Thanks a lot Jay

It seems that when a "password" type of form is used then you must send
the password variable to the database instead of the user...Strange but
it works !!

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: 27 June 2003 13:45
To: Gary Ogilvie; PHP General
Subject: RE: [PHP] mssql_num_rows problem

[snip]
$numRows = mssql_num_rows($result);
 
print ("$numRows");
[/snip]

A. print($query); //to make sure it is correct, double check
2. print($numRows); // no quotes, again to test

HTH


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

Reply via email to