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

2009-02-06 Thread Jônatas Zechim
et_element_handler($xp,"ctalk_se","ctalk_ee"); xml_set_character_data_handler($xp,"ctalk_dt"); xml_parse($xp,ctalk_fopen($u),true); print_r($f); returns an array of the XML that server.php had output. Zechim -Mensagem original- De: Jim Lucas [mailto:li..

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 > > header ("content-type: text/xml"); > > echo " > 1 >teste >/images/teste.jpg > > "; > ?> > > How can do this? > > zechim > > test.php mind you that the header() call within the include is

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 wrote: Hi there, i want do read a XML like this: Server.php 1 teste /images/teste.jpg "; ?> How can do this? zechim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-02-06 Thread Phpster
On Feb 6, 2009, at 9:12, Jônatas Zechim wrote: Hi there, i want do read a XML like this: Server.php 1 teste /images/teste.jpg "; ?> How can do this? zechim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Remove the php

[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 1 teste /images/teste.jpg "; ?> How can do this? zechim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php