MySQL Forums
Forum List  »  Newbie

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/karenlin/public_html/kml/modules/mod_zoom.php on line 46
Posted by: Ray Hadorn
Date: June 14, 2005 09:44PM

I am getting this message from a Mambo(CMS) module and not sure what the problem is. I am getting this message repeated once for each of lines 46-54.

Here are those lines (46-54)from mod_zoom.php.......

$zoomModule = mysql_result($resultART,0,"zoomModule");
$POPupSize = mysql_result($resultART,0,"maxsize");
$maxpagesize = mysql_result($resultART,0,"PageSize");
$showcount = mysql_result($resultART,0,"zoomModule_co");
$showupdate = mysql_result($resultART,0,"zoomModule_up");
$showcatnames = mysql_result($resultART,0,"zoomModule_ca");
$showmeth = mysql_result($resultART,0,"zoomModule_me");
$date_format = mysql_result($resultART,0,"zoomModule_df");
$order = mysql_result($resultART,0,"orderMethod");

Does anyone know what this problem is?

Thank you

Options: ReplyQuote


Subject
Written By
Posted
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/karenlin/public_html/kml/modules/mod_zoom.php on line 46
June 14, 2005 09:44PM


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.