Re: [PHP] Mass MySQL INSERT

2004-11-28 Thread Jason Wong
On Monday 29 November 2004 03:54, Travis Conway wrote: > I am fairly new to the concept of working wity mysql and php. Questions regarding the use of databases with PHP should be posted to the php-db list. > I am looping > thru a text file full of county names and attempting to add these to a

[PHP] Mass MySQL INSERT

2004-11-28 Thread Travis Conway
I am fairly new to the concept of working wity mysql and php. I am looping thru a text file full of county names and attempting to add these to a database. Now the table exists and if I enter the SQL statement manually against the database it works. The user also has read and write permissions