extract($_POST); extract($_GET); include_once('sentencias.php'); $conexion= conectar(); $usu=$_SESSION['usuario']; $fecha=date('Y-m-d h:i:s'); $resultado2 = mysql_query("Select * from noticias order by id_noticia desc limit 0,30", $conexion);?>
Notificaciones en General
while ($not = mysql_fetch_array($resultado2)){?>
Publicado por: echo $not[2] ?>
echo $not[3].': '.$not[1] ?>.
} ?>
GOOGLE