$Menu1="_ativo" ?> include "topo.php"; ?> $i = 0; $qrand2 = "select * from site_noticiashome ORDER by str_to_date(Data, '%d/%m/%Y') DESC, idNoticias DESC limit 3"; $rrand2 = mysql_query($qrand2) or die(mysql_error()); if(mysql_num_rows($rrand2) > '0') { while($arand2 = mysql_fetch_array($rrand2)) { $idNoticias = "$arand2[idNoticias]"; $DataNoticias = "$arand2[Data]"; $TituloNoticias = "$arand2[Titulo]"; // IMAGEM // if(!empty($arand2["FotoPrincipal"])){ $FotoPrincipal = "images/noticiashome/thumb/$arand2[FotoPrincipal]"; }else{ $FotoPrincipal = "images/sem_img.jpg"; } $ExNewsHome .= "
"; // SE FOR O ULTIMO, ZERA A CONTAGEM if ($i == 3){ //$i ='0'; //$ExNewsHome .= ""; } } } else { echo "Nenhuma noticia cadastrada no momento."; }?>| include "noticias_home/noticias_01.php"; ?> include "noticias_home/noticias_04.php"; ?> include "noticias_home/noticias_07.php"; ?> | include "noticias_home/noticias_02.php"; ?> include "noticias_home/noticias_05.php"; ?> include "noticias_home/noticias_08.php"; ?> | include "noticias_home/noticias_03.php"; ?> include "noticias_home/noticias_06.php"; ?> include "noticias_home/noticias_09.php"; ?> |