Warning: Use of undefined constant Titulo - assumed 'Titulo' (this will throw an Error in a future version of PHP) in /home/topgerad/public_html/fotos.php on line 143
Notice: Undefined variable: ap in /home/topgerad/public_html/fotos.php on line 143
Notice: Trying to access array offset on value of type null in /home/topgerad/public_html/fotos.php on line 143
Warning: Use of undefined constant Texto - assumed 'Texto' (this will throw an Error in a future version of PHP) in /home/topgerad/public_html/fotos.php on line 146
Notice: Undefined variable: ap in /home/topgerad/public_html/fotos.php on line 146
Notice: Trying to access array offset on value of type null in /home/topgerad/public_html/fotos.php on line 146
$qp = "select * from Fotos order by Ordem";
$rp = mysql_query($qp) or die(mysql_error());
$Cont = 1;
while($ap = mysql_fetch_array($rp))
{
$Imagem = explode("|", $ap[Imagem]);
if($Imagem[0]){ $ImagemPrincipal = $Imagem[0];}
else{ $ImagemPrincipal = $ap[Imagem];}
?>
Warning: Use of undefined constant Titulo - assumed 'Titulo' (this will throw an Error in a future version of PHP) in /home/topgerad/public_html/fotos.php on line 172
Notice: Undefined variable: ap in /home/topgerad/public_html/fotos.php on line 172
Notice: Trying to access array offset on value of type null in /home/topgerad/public_html/fotos.php on line 172
}
?>