hi, i have just finish add zip_code field to the data_search.php script Please. Add a field zip_code varchar(10) to the care_address_citytown table or use the file update_care_address_citytown.sql
Fill the table care_address_citytown with zip_code corresponding the town. When you choose a town, it will fill also the field zip code on the regestering form. enjoy...
data_search.php
Description: application/php
ALTER TABLE care_address_citytown ADD zip_code VARCHAR( 10 ) ;