Main > Free Download Search >

Free us zip codes script

us zip codes

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2518
Validate Zip Code

Validate Zip Code


Validates a zip code based on both US zip code schemes: 12345-1234 or 12345 more>> Validates a zip code based on both US zip code schemes: 12345-1234 or 12345<<less
Added: 2005-03-30 License: Price: 0.00 Price: 0.00
18 downloads
Show Zip Files 1.0

Show Zip Files 1.0


A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file more>> A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file containing this script.<<less
Added: 2004-05-19 License: Freeware Price: 0.00
16 downloads
 
Other version of Show Zip Files
Show Zip FilesA very simple php script that helps make your zip files available for download on ... To make a zip file available for download, simply upload it to the same directory as the php file
License:Freeware
Download
1996 downloads
Added: 2004-05-19
Common PHP Codes

Common PHP Codes


learn some of the very common php codes that almost every php enabled site uses, and now you can be one too! more>> learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!<<less
Added: 2006-06-08 License: GPL Price: FreeAdditionalInfoEnjoyfreedom
1243 downloads
Zip code finder 1.0

Zip code finder 1.0


Use this webtool to figure out the exact address of a zip code. Just enter the zip code in the box and you will get exact information. more>> Use this webtool to figure out the exact address of a zip code. Just enter the zip code in the box and you will get exact information.<<less
Added: 2008-07-15 License: Freeware Price: $0.00USD
17 downloads
Color Codes

Color Codes


An easy to use color codes tool. Generate color codes by name, shade, group or randomly. more>> An easy to use color codes tool. Generate color codes by name, shade, group or randomly.<<less
Added: 2006-02-11 License: Freeware Price: $0.00USD
10 downloads
US Zipcode Digger (UZD) 2.0

US Zipcode Digger (UZD) 2.0


US ZIP Code Database allows you to quickly and easily find a ZipCode.UZD can tell you the geographical coordinates (latitude and longitude) of the locations identified by zipcodes. The database is now available in Comma Separated Value (CSV) and SQL more>> US ZIP Code Database allows you to quickly and easily find a ZipCode.UZD can tell you the geographical coordinates (latitude and longitude) of the locations identified by zipcodes. The database is now available in Comma Separated Value (CSV) and SQL format.<<less
Added: 2004-12-27 License: Freeware Price: 0.00
13 downloads
Common PHP Codes n/a

Common PHP Codes n/a


learn some of the very common php codes that almost every php enabled site uses, and now you can be one too! more>> learn some of the very common php codes that almost every php enabled site uses, and now you can be one too!<<less
Added: 2006-06-08 License: GPL Price: $0.00USD
14 downloads
ZIP code radius search 1.0

ZIP code radius search 1.0


ASP/SQL-SERVER code example for zip code distance calculation. Download php/mysql function to integrate postal codes radius search into your website. Georeferenced postal code files available for 50 countries worldwide. more>> ASP/SQL-SERVER code example for zip code distance calculation. Download php/mysql function to integrate postal codes radius search into your website. Georeferenced postal code files available for 50 countries worldwide.<<less
Added: 2007-04-05 License: Commercial Price: $0.00USD
16 downloads
PHPUnzip Class 1.0

PHPUnzip Class 1.0


For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A more>> For those in need of unzip functionality in their PHP scripts but do not have PHP compiled with zip support. Includes ability to output the zip contents to files instead of reading them into memory. Very easy to use and integrate to existing code. A detailed example is included. This class can read and parse a file and determine if it is a zip file, and read through the file entries and insert the file data into a structure which can be looped over for processing. Extensive error checking and handling and easy to use.<<less
Added: 2007-06-24 License: GPL Price: $0.00USD
13 downloads
unziptodir 1.0

unziptodir 1.0


A command line php script to extract any number of arj, rar, zip archives to a directory named after the archive itself. more>> A command line php script to extract any number of arj, rar, zip archives to a directory named after the archive itself.<<less
Added: 2002-05-15 License: Freeware Price: 0.00
11 downloads
Disable Error On ASP Codes

Disable Error On ASP Codes


Unexpected errors can stop programs and your application coul be down immadiately. But On Error Resume Next funtcion help you to avoid to stop unexpected errors on code. All you need to put this code more>> Unexpected errors can stop programs and your application coul be down immadiately. But On Error Resume Next funtcion help you to avoid to stop unexpected errors on code. All you need to put this code after a code block.<<less
Added: 2006-09-06 License: Freeware Price: Free
1150 downloads
Zip/Postal Code Lookup Class 1.0

Zip/Postal Code Lookup Class 1.0


If youve ever needed the ability to lookup geographical information for a particular zip or postal code in PHP, look no further! This is your all-in-one geo data lookup class. This class will query a database and get the city, province (or state), more>> If youve ever needed the ability to lookup geographical information for a particular zip or postal code in PHP, look no further! This is your all-in-one geo data lookup class. This class will query a database and get the city, province (or state), country, area code, time zone, and coordinates. It can also calculate distances between two different zip/postal codes.<<less
Added: 2008-11-10 License: BSD Price: $0.00USD
15 downloads
The Zipa 1.0

The Zipa 1.0


This little class allows the easy handling of zip files (for reading only) with the help of phps zip extension. Can automatically extract everything from a specified zip file, or can read everything in the zip file into an array. more>> This little class allows the easy handling of zip files (for reading only) with the help of phps zip extension. Can automatically extract everything from a specified zip file, or can read everything in the zip file into an array.<<less
Added: 2006-09-26 License: Freeware Price: $0.00USD
13 downloads
U.S. Database

U.S. Database


Measure distances between Zip Codes and a full Search system. The package (download) contains the Database with several tables and queries, source code for the sample pages from below and a graphic of more>> Measure distances between Zip Codes and a full Search system. The package (download) contains the Database with several tables and queries, source code for the sample pages from below and a graphic of each State Flag.<<less
Added: 2005-12-12 License: Other Free / Open Source License Price: $9.95
1423 downloads
Creating a BBCode Parser

Creating a BBCode Parser


Have you ever wanted to implement BBCode, the special formatting codes used by forums, into your own PHP scripts? Well, itâ??s actually pretty easy to accomplish using some simple regular expressions and the preg_replace PHP function. This mini-tutorial more>> <<less
Added: 2009-04-07 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5