include("adm/includes/conecta.php"); ?>
Federação Gaúcha de Rugby
Notícias
$sql_post = "SELECT * FROM sis_noticias WHERE tipo = 'noticia' AND id_noticia != '".$_REQUEST['noticia']."' ORDER BY data_da_noticia DESC LIMIT 12";
$handle_post = mysql_query($sql_post);
while($linha = mysql_fetch_array($handle_post)){
$data = $linha['data_registro'];
//$total_pags = $linha['total'];
?>