Tema
:
bucle para publicar 10 noticias?
Ver Mensaje Individual
#
2
(
permalink
)
12/03/2008, 13:56
eft0
Fecha de Ingreso: junio-2003
Ubicación: Santiago - Chile
Mensajes: 635
Antigüedad: 21 años, 5 meses
Puntos: 9
Re: bucle para publicar 10 noticias?
Reemplaza
Código PHP:
$row
=
mysql_fetch_array
(
$resultado
);
Por:
Código PHP:
while (
$row
=
mysql_fetch_array
(
$resultado
))
Abriendo y cerrando el ciclo correctamente
eft0
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de eft0