forumnz Posted September 25, 2007 Share Posted September 25, 2007 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /usr/local/www/vhosts/bidbuddy.co.nz/httpdocs/browse2.php on line 332 Thanks, Sam. Link to comment https://forums.phpfreaks.com/topic/70575-what-does-this-error-mean/ Share on other sites More sharing options...
trq Posted September 25, 2007 Share Posted September 25, 2007 Exactly what it says. supplied argument is not a valid MySQL result resource More than likely your query is failing and you are failing to check the result before passing it to mysql_num_rows(). Link to comment https://forums.phpfreaks.com/topic/70575-what-does-this-error-mean/#findComment-354638 Share on other sites More sharing options...
hvle Posted September 25, 2007 Share Posted September 25, 2007 It meant your resultset returned from mysql_query is null. It is generally because the sql statement is invalid or contain error. Link to comment https://forums.phpfreaks.com/topic/70575-what-does-this-error-mean/#findComment-354640 Share on other sites More sharing options...
klpang Posted September 25, 2007 Share Posted September 25, 2007 the sql query return a NULL value. Please check your query part. Link to comment https://forums.phpfreaks.com/topic/70575-what-does-this-error-mean/#findComment-354781 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.