Hi, how do i call this using CURL in PHP and then getting the variables to use?
http://maps.googleapis.com/maps/api/geocode/xml?address=10+sapphire+street+blackburn&sensor=false
I want to save and use the <formatted_address> which gives the full postcode address.
Many thanks in advance.
Jules