I want to read XML data from a URL. I have the URL as follows:
http://www.arrowcast.net/fids/mco/fids.asp?sort=city&city=&number=&airline=&adi=A
Here is some sample code (XML parsing module may not be available on your PHP installation):
The variable $xml now is a multi-dimensional key value array and you should easily be able to figure out how to get the elements from there.
$xml