inserting multiple field values from file

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

inserting multiple field values from file

Post by aceconcepts »

I want to be able to insert the ISO country codes into a mysql database table without having to enter each one manuall (there are quite a few).

Any thought about how I could do this?

Thanks


Sorry, I have found it: http://27.org/isocountrylist/iso_country_list.sql

It really very good.
Last edited by aceconcepts on Wed Jun 06, 2007 11:25 am, edited 1 time in total.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

maybe google finds something appropriate.
Post Reply