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..
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
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
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
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
5 matches
Mail list logo