simple XML parser in php
Posted: Wed Dec 30, 2009 6:38 am
by Zvjezdan Patz
Code: Select all
<?
$file = file_get_contents("http://fileurl/xml.php?whatever=$whatever");
print nl2br(htmlentities($file));
?>