Can I retrieve XML's data from PHP page??
my case:
two TV station's schedule store in separate XML file, so can I use PHP to retreive both XML data and show the schedule in one page?? :eek2:
Printable View
Can I retrieve XML's data from PHP page??
my case:
two TV station's schedule store in separate XML file, so can I use PHP to retreive both XML data and show the schedule in one page?? :eek2:
Have a look at DOM XML:
http://www.php.net/manual/en/ref.domxml.php
If you have PHP 5 0 - simple XML is a lot better.
http://www.php.net/manual/en/ref.simplexml.php
or do it with SAX