Redd4
08-14-2012, 08:46 PM
guys hey, im working on an assignment. i have a form; what town, what city, what country.
users fill out the address fields in the form. the info submitted via the form gets passed to variables using
$_GET , and i then build a google map url from the variables.
the url is for a google api thingy. im supposed to fetch the lattitude and longtitude from the following page,
maybe the link will work -
http://maps.googleapis.com/maps/api/geocode/json?address=shanavine+clonmel+co.++tipperary+dublin+Ireland+&sensor=false
anyhow, im trying to bite off small little chunks. i have the form built, and now i have the url built.
what im wondering is, how do i tell php to go to this url?
cheers for reading
redd .
users fill out the address fields in the form. the info submitted via the form gets passed to variables using
$_GET , and i then build a google map url from the variables.
the url is for a google api thingy. im supposed to fetch the lattitude and longtitude from the following page,
maybe the link will work -
http://maps.googleapis.com/maps/api/geocode/json?address=shanavine+clonmel+co.++tipperary+dublin+Ireland+&sensor=false
anyhow, im trying to bite off small little chunks. i have the form built, and now i have the url built.
what im wondering is, how do i tell php to go to this url?
cheers for reading
redd .