xyn Posted August 10, 2006 Share Posted August 10, 2006 Hii guys,Does anyone know what this error means?Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/eumod/public_html/en/more.php on line 26.line 26 is:while( $nwsdata = mysql_fetch_row( $nwssql )) { Link to comment https://forums.phpfreaks.com/topic/17103-warning-mysql_fetch_row/ Share on other sites More sharing options...
elhama Posted August 10, 2006 Share Posted August 10, 2006 It means you messed up the SQL query Link to comment https://forums.phpfreaks.com/topic/17103-warning-mysql_fetch_row/#findComment-72303 Share on other sites More sharing options...
wildteen88 Posted August 10, 2006 Share Posted August 10, 2006 Post your code here. Also add [code=php:0]or die(mysql_error());[/code] to end of the mysql_query function. That way if there is a problem with your query, you'll get an error message returned from MySQL explaining why. Link to comment https://forums.phpfreaks.com/topic/17103-warning-mysql_fetch_row/#findComment-72392 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.