Tagged Questions

3
votes
3answers
1k views

Best method for working out locations within a radius of starting point

I'm aiming to create a feature in my latest project preferably using PHP. When each user signs up they are going to input their postcode. Then hopefully I will be converting this to lat/long using ...
2
votes
1answer
377 views

Php nearby places script help

I was reading http://code.google.com/apis/maps/articles/phpsqlsearch.html to get the SQL/Math. I wrote a little php script but i get no results. <?php $db_host = "localhost"; $db_username = ...