Trium918 Posted February 10, 2008 Share Posted February 10, 2008 I am looking for a PHP Script and SQL that populates a drop down menu with a list of all the countries and their zip codes. The drop down menu is for my registration form. Thanks! Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/ Share on other sites More sharing options...
AndyB Posted February 10, 2008 Share Posted February 10, 2008 Countries don't have zip codes so it's not completely clear what you're after. Can you clarify your needs, please. Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-463349 Share on other sites More sharing options...
Trium918 Posted February 10, 2008 Author Share Posted February 10, 2008 Countries don't have zip codes so it's not completely clear what you're after. Can you clarify your needs, please. I'm sorry! I wasn't aware of that. Ok I am looking for a PHP Script and SQL that populates a drop down menu with a list of all the countries. Similar To: http://signup.myspace.com/index.cfm?fuseaction=join&MyToken=24085559-cbc5-4ac7-99b6-cf63adeafa07 Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-463352 Share on other sites More sharing options...
Trium918 Posted February 11, 2008 Author Share Posted February 11, 2008 Can anyone help me with this? Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-464042 Share on other sites More sharing options...
trq Posted February 11, 2008 Share Posted February 11, 2008 Easy enough to pinch it out of the source of the file you just linked too then insert it all into a database. Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-464086 Share on other sites More sharing options...
Daniel0 Posted February 11, 2008 Share Posted February 11, 2008 Would something like this do it? Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-464094 Share on other sites More sharing options...
Trium918 Posted February 11, 2008 Author Share Posted February 11, 2008 Easy enough to pinch it out of the source of the file you just linked too then insert it all into a database. I have the countries, but I am in need of all the zip codes and their locations through out the US. Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-464144 Share on other sites More sharing options...
AndyB Posted February 12, 2008 Share Posted February 12, 2008 http://zips.sourceforge.net/ Link to comment https://forums.phpfreaks.com/topic/90376-php-script-and-sql/#findComment-464460 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.