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. Quote 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(). Quote 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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.