![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/06/2011, 13:22
|
![Avatar de iviamontes](http://static.forosdelweb.com/customavatars/avatar385922_2.gif) | | | Fecha de Ingreso: enero-2011 Ubicación: $cubano->Arg->Mendoza
Mensajes: 1.184
Antigüedad: 14 años Puntos: 209 | |
Respuesta: Leer xml php foreach($xml as $datos)
{
$dato = (string)$datos->ESTADO
}
si es un atributo
$dato = (string)$datos[ESTADO] |