GPS radius search with Php 5 and MySQL

pulamea

New Member
I have a \[code\]PlaceID | PlaceName | Lat | Lon\[/code\] as my database structure. Say I have my current latitude and longitude as\[code\]$lat = "37.331862";$lon = "-122.029937";\[/code\]I want to find places that are in a 100 feet radius. Might allow the user to choose.
 
Back
Top