Tema
:
Duda SimpleXML
Ver Mensaje Individual
#
4
(
permalink
)
22/02/2008, 13:43
GatorV
$this->role('moderador');
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Re: Duda SimpleXML
Mmm leyendo mas a fondo prueba esto:
Código PHP:
$book
=
$xml
->
children
(
"book"
);
$title
=
$book
->
children
(
"title"
);
echo
$title
;
Saludos.
GatorV
Ver Perfil
Buscar todos los Mensajes de GatorV