Jump to content

Radius Search


anujgarg

Recommended Posts

You can use the phpZipLocator class. You can download it at http://www.sanisoft.com/downloads/ziploc/phpZipLocator.zip. You can then calculate the distance like this:

 

<?php

$oZip = new phpZipLocator();
$distance = $oZip->distance( $zip1, $zip2 );

?>

Link to comment
https://forums.phpfreaks.com/topic/122014-radius-search/#findComment-629853
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.