Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/07/2007, 10:17
Avatar de Viet
Viet
 
Fecha de Ingreso: octubre-2003
Ubicación: Mar del Plata - Argentina
Mensajes: 247
Antigüedad: 20 años, 7 meses
Puntos: 2
Re: Recorrer los atributos de un obj. JSON

he tratado con :

foreach($obj as $key => $value) {
print "$key => $value\n";
}

pero me da: Invalid argument supplied for foreach()
__________________
Keep it simple and keep it fast.