Notícies de Esports
Data |
Notícia |
while($r=mysql_fetch_assoc($res))
{
$no_noticia = stripslashes($r['no_noticia']);
$fecha = stripslashes($r['fecha']);
$titular = stripslashes($r['titular']);
$noticia = stripslashes($r['noticia']);
list($fecha, $hora) = explode(' ', $fecha);
list($any, $mes, $dia) = explode('-', $fecha);
$fecha = $dia .'.'. $mes .'.'. $any;
?>
|
|
}
mysql_free_result($res);
?>
$link = "/noticies/categoria.php?id=$no_seccio&p=";
paginador($pag, $cant, $link, RES_PER_PAG);
perfil_web_baix($onload, $select_idioma, $servei_actiu, $js);
?>