Using info passed from HTTP response as a php variable
Hi all,
I am using a maping company to display interactive maps on my site. They offer routing and proximity searches and the way they work is that you pass information to a url and it returns a location_id or a routing_id which you then include in a applet.
The problem is i'm a newbie, i dont know how to use the HTTP response as a variable. i.e.
if i open a browser and pass the url : -
themapcompany?street=$street&city=$city ...etc
then a location_id is returned to the screen. But i need to get that information as a variable, how?
Oh yeah and i have 3hrs to do this so i'm panicing.
Thanks, Chris.
|