|
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) ) {
|