harglefargle
Technical User
I am new to php and trying to use the google map geocoder to get lattitude and longitude from an address. I have a form that is submitted to a php script. I then take the address from the form and format it into a url string for the geocoder as follows....
that address is the sample address used by google maps. I must then submit that url to the geocoder and it returns a csv with the latitude and longitude. I have two problems. First, how can I submit this in my php script? Second, how can I get the csv back into my script?
that address is the sample address used by google maps. I must then submit that url to the geocoder and it returns a csv with the latitude and longitude. I have two problems. First, how can I submit this in my php script? Second, how can I get the csv back into my script?