Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2003, 15:21
Avatar de Chaudx
Chaudx
 
Fecha de Ingreso: marzo-2002
Ubicación: Quilpué, Chilito lindo
Mensajes: 345
Antigüedad: 22 años, 1 mes
Puntos: 2
Eso se hace después del select, con un while, cambiando algunos parametros en tu consulta a la bd.
Código PHP:
$sql "SELECT  Id,imagen,nombre_imagen,tipo_imagen,peso_imagen,ti
tulo_noticia,resumen_noticia,cuerpo_nota,fecha FROM noticias2 ORDER BY 'id' DESC LIMIT 0 , 3"
;
while ( 
$row mysql_fetch_array($sql) )
{
//ACA HACES TODO EL TEJEMANEJE PARA MOSTRAR TU NOTICIA
 

__________________
Servicios computacionales
Linux registered User # 306587
Ubuntu user #14563