Page 1 of 1

simple XML parser in php

Posted: Wed Dec 30, 2009 6:38 am
by Stevyn
by Zvjezdan Patz

Code: Select all

<?

$file  = file_get_contents("http://fileurl/xml.php?whatever=$whatever");
print nl2br(htmlentities($file));

?>