Voltar atrás"); include_once("header.php"); echo "

Arquivo de Noticias

"; echo "

"; while($row = mysql_fetch_array($result)){ echo $row["date"]." : ".$row["title"]."
"; } echo "

"; echo "

Voltar à página principal

"; include_once("footer.php"); ?>