View Single Post
  #4 (permalink)  
Old 06-19-09, 05:46 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 7,536
Thanks: 5
Thanked 20 Times in 18 Posts
PHP Code:
$xml simplexml_load_file($long_url);

print_r($xml->children('http://www.opengis.net/xls')); 
Reply With Quote