Re: [PHP] Read a XML (not a file)

2009-02-06 Thread Carlos Medina
Phpster schrieb: On Feb 6, 2009, at 9:12, Jônatas Zechim zechim@gmail.com wrote: Hi there, i want do read a XML like this: Server.php ?php header (content-type: text/xml); echo ?xml version=\1.0\ encoding=\iso-5718\ ? images image ID1/ID albumtestealbum

[PHP] Read a XML (not a file)

2009-02-06 Thread Jônatas Zechim
Hi there, i want do read a XML like this: Server.php ?php header (content-type: text/xml); echo ?xml version=\1.0\ encoding=\iso-5718\ ? images image ID1/ID albumtestealbum path/images/teste.jpg/path /image /images; ? How can do this? zechim -- PHP General Mailing List

Re: [PHP] Read a XML (not a file)

2009-02-06 Thread Phpster
On Feb 6, 2009, at 9:12, Jônatas Zechim zechim@gmail.com wrote: Hi there, i want do read a XML like this: Server.php ?php header (content-type: text/xml); echo ?xml version=\1.0\ encoding=\iso-5718\ ? images image ID1/ID albumtestealbum path/images/teste.jpg/path /image /images;

Re: [PHP] Read a XML (not a file)

2009-02-06 Thread Jim Lucas
Jônatas Zechim wrote: Hi there, i want do read a XML like this: Server.php ?php header (content-type: text/xml); echo ?xml version=\1.0\ encoding=\iso-5718\ ? images image ID1/ID albumtestealbum path/images/teste.jpg/path /image /images; ? How can do this? zechim

RES: [PHP] Read a XML (not a file)

2009-02-06 Thread Jônatas Zechim
an array of the XML that server.php had output. Zechim -Mensagem original- De: Jim Lucas [mailto:li...@cmsws.com] Enviada em: sexta-feira, 6 de fevereiro de 2009 14:39 Para: Jônatas Zechim Cc: php-general@lists.php.net Assunto: Re: [PHP] Read a XML (not a file) Jônatas Zechim wrote: Hi