RE: [PHP] mssql_num_rows problem (Solved)

2003-06-27 Thread Gary Ogilvie
ilvie; 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 (htt

RE: [PHP] mssql_num_rows problem

2003-06-27 Thread Jay Blanchard
[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