View Single Post
Old September 5th, 2005, 01:46 PM   #7 (permalink)
alzy
Registered User
 
Join Date: Dec 2004
Posts: 42
thank you, i got that fixed but now i get another error:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/......./pp-inc.php on line 600

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/......./pp-inc.php on line 605

this is line 600:

$numimages = mysql_num_rows( $result );

this is line 605:

while ( list($fid, $fuser, $fuserid, $thiscat, $storecat, $ftitle, $fbigimage, $fviews, $fheight, $fwidth, $) = mysql_fetch_array($result) ) {
alzy is offline   Reply With Quote