Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/07/2010, 02:38
Vallu
 
Fecha de Ingreso: marzo-2010
Ubicación: Barcelona
Mensajes: 657
Antigüedad: 14 años, 1 mes
Puntos: 26
Respuesta: error con mysql fetch array

Ejemplo del row en la forma associativa:
Código PHP:
while ($row mysql_fetch_array($resultMYSQL_ASSOC)) {
    
printf("ID: %s  Name: %s"$row["id"], $row["name"]);

Para mas info: http://php.net/manual/es/function.mysql-fetch-array.php