OZONE Asylum
FAQ
Pls help me out
This page's ID:
30145
Search
QuickChanges
Forums
FAQ
Archives
Register
You are editing "Pls help me out"
Who can edit an FAQ?
Anyone registered may edit an FAQ.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Please post your request over at the [url=http://www.ozoneasylum.com/11885]appropriate forum[/url] - you won't get an answer here and I'll remove this from the faq wiki in a couple of days. So long, Tyberius Prime <?php /* A demonstration which allows you to enter a place name or even a more detailed address and get Google to give you a latitude and longitude back */ if ($_REQUEST[where]) { $where = stripslashes($_REQUEST[where]); $whereurl = urlencode($where); // Note - Google key is domain specific! $location = file("http://maps.google.com/maps/geo?q=$whereurl&key=ABQIAAAARKYMX3qABRwgBGTOLfvdgBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTmhS_LQj6knfNR9GOtLZ_JFxncNQ"); // Sample - $location[0]="200,8,51.369318,-2.133457"; list ($stat,$acc,$north,$east) = explode(",",$location[0]); $html = "Information for ".htmlspecialchars($where)."<br>"; $html .= "North: $north, East: $east<br>"; $html .= "Accuracy: $acc, Status: $stat<br>"; } else { $html = "Space reserved for your report when form completed"; } ?> <html> <head> <title>Geocodeing demo - from place information to Latitude / Longitude</title> </head> <body> <h3>This page demonstrates the use of Google's geocoding interface</h3> Enter a place name / address and a latitude and longitude is returned.<hr> <?php print $html; ?><hr> <form method=post>Place: <input name=where size=40> <input type=submit value=go></form> </body> </html> I am getting an error of kind php_network_addresses: getaddinfo failed ...... How to solve it out? I am running it on localhost...... Pls help me out [small](Created by [url=http://www.ozoneasylum.com/user/6735]jigar2great[/url] on 03-24-2008 12:28)[/small] [small](Edited by [url=http://www.ozoneasylum.com/user/1424]Tyberius Prime[/url] on 03-24-2008 13:22)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »