$sql = mysql_query("SELECT * FROM galerias $where ORDER BY RAND()") or die(mysql_error());
if(mysql_num_rows($sql)){
while($arr = mysql_fetch_assoc($sql)){
$sqlFoto = mysql_query("SELECT imagem FROM imagem WHERE vinculo = ".$arr['id']."") or die(mysql_error());
$arrFoto = mysql_fetch_assoc($sqlFoto);
?>
Warning: Undefined variable $arr in /home/u927237740/domains/higashiforros.com.br/public_html/obras.php on line 210
Warning: Trying to access array offset on value of type null in /home/u927237740/domains/higashiforros.com.br/public_html/obras.php on line 210
Veja mais
} ?>
} else{?>
Nenhum produto cadastrado nessa categoria.
} ?>