Feed Rss



Posts Tagged ‘xml

Feb 27 2008

XML to PHP

category: PHP,Projects author:

DemoDownload This is a very simple script that passes xml to php. Parse XML to PHP and use the data on your very own website. You can also use this code to include RSS news feeds. This is a simple example of how to include the xml parser: <?php include 'xmltophp.class.php'; $files = array('rss.xml'); $xmlToPHP [...]

tag: , ,