I have a table with latitude(lat) and longitude(lng).
I want to get results with in a 35 kilometers (20 miles) radius.
I have a central latitude of "-38.156900" and longitude of "144.349150".
Using MySQL how can I work this out?
Any help will be appreciated.