MySQL Forums
Forum List  »  PHP

Re: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in public_html/games.php on line 16
Posted by: syed Jafri
Date: June 10, 2008 11:46PM

Hi,
Can anyone give me the reply for this error. i recently changed my server and when i hosted my website i am getiing this error the

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in F:\hshome\sergas\sergas.com\products.php on line 193


the php code is <?php
$mf->connect();
$result = $mf->executeQuery($query);
$mf->disConnect();
//$i = 0;
While($row = mysql_fetch_object($result)) {
if ($row->lshow == 1) {
?>

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in public_html/games.php on line 16
June 10, 2008 11:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.