PHP-ZipCode-Class icon indicating copy to clipboard operation
PHP-ZipCode-Class copied to clipboard

Zip Code Range and Distance Calculation Class for PHP 5

Results 5 PHP-ZipCode-Class issues
Sort by recently updated
recently updated
newest added

Hello, I'm wondering if you have a mysqli conversion for this script to prevent injection and also so it's more secure? My email is [email protected] if you would like to...

The url to the demo is broken.

Firstly, thanks for the code. I'm using the getZipsInRange to find all zipcodes with X miles of a given zipcode. I get a large number of results, and it seems...

Let's say for example I create a new instance of Zipcode and then loop through those results by doing: $zip = new Zipcode("98674"); foreach ($zip->getZipsInRange(0, 15) as $k => $v)...