Jump to content

Fatal error: Call to a member function fetchrow() on a non-object


seany123

Recommended Posts

can anyone tell me why im getting this error?

Fatal error: Call to a member function fetchrow() on a non-object

 

code being used.....

 

$comment_query = mysql_query("SELECT * FROM `comments` where video_id='$video[0]' ORDER BY='desc' LIMIT='30'");
while($comments = $comment_query->fetchrow())
{

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.