where the error with query[php]:
Code:
$queryAPPEAR2 = "select p.* s.* from $Products p join $Sides s on s.Product_ID = p.Product_ID AND p.Visibility=1 order by s.AA";
$result2 = @mysql_query($queryAPPEAR2,$linkid);
$count2 = @mysql_num_rows($result2);
....................
line 214; mysql_free_result($result2);
// $Sides subset of $Products
this gives
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/content/p/o/l/polisphotos/html/store/admin/sidesFeatured.php on line 214