$sql = mysql_query("SELECT * FROM categorias WHERE vinculo = 0 ORDER BY categoria") or die(mysql_error());
while($arr = mysql_fetch_assoc($sql)){
?>
Warning: Undefined variable $arr in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 218
Warning: Trying to access array offset on value of type null in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 218
} ?>
$sqlF = mysql_query("select * FROM produtos_imagens WHERE produto = ".$produto['id']) or die(mysql_error());
while($foto = mysql_fetch_assoc($sqlF)){?>
} ?>
Warning: Undefined variable $produto in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 256
Warning: Trying to access array offset on value of type null in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 256
Código:
Warning: Undefined variable $produto in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 257
Warning: Trying to access array offset on value of type null in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 257
Preço:
Warning: Undefined variable $produto in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 258
Warning: Trying to access array offset on value of type null in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 258
Warning: Undefined variable $produto in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 260
Warning: Trying to access array offset on value of type null in /home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line 260
Veja Também
$sql = mysql_query("SELECT p.*, i.imagem as foto FROM produtos as p, produtos_imagens as i WHERE categoria = ".$produto['categoria']." AND p.id = i.produto GROUP BY p.id ORDER BY RAND() LIMIT 4") or die(mysql_error());
while($arr = mysql_fetch_assoc($sql)){
?>
Warning: Undefined variable $arr in
/home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line
273
Warning: Trying to access array offset on value of type null in
/home/u927237740/domains/higashiforros.com.br/public_html/produto.php on line
273
+ Detalhes
} ?>