Tema
:
problemas con mysql_fetch_array
Ver Mensaje Individual
#
10
(
permalink
)
14/11/2006, 14:30
urgido
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 20 años
Puntos: 25
con un while eso se mejora.
Código PHP:
while(
$fila
=
mysql_fetch_array
(
$result
)){
// aqui va tu tabla
$fila
[
"id"
];
$fila
[
"nombre"
];
// etc...
}
Saludos
__________________
Hospedaje Web al mejor costo!
urgido
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de urgido