php - MySql Query to find nearby places using longitude and latitude -


i have table 2 fields longitude , latitude describe place.

each record 1 place , have places in database. there 2 other values longitude , latitude place!

now want find places in database in specific radius point , calculate distance between main point , found point db!

any body knows how can this?

this table fields:

place_id place_longitude place_latitude place_name 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -