$getNot = mysql_query("SELECT * FROM noticias ORDER BY not_id DESC LIMIT 3");
while($not = mysql_fetch_array($getNot)){
$mes = substr($not['not_data'],5,2);
$dia = substr($not['not_data'],8,2);
$ano = substr($not['not_data'],2,2);
?>
-
//
}
?>
$texto = mysql_fetch_array(mysql_query("SELECT * FROM texto WHERE tex_id = 2"));
?>
$getServico = mysql_query("SELECT * FROM servico order by ser_titulo ASC");
while($ser = mysql_fetch_array($getServico)){
?>
}
?>
$getProduto = mysql_query("SELECT * FROM produto ORDER BY RAND() LIMIT 4");
while($pro = mysql_fetch_array($getProduto)){
?>
}
?>