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: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
PHP Code:

$xml simplexml_load_file($long_url);

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