[PHP-DB] csv upload script?

2003-07-07 Thread Aaron Wolski
Hey all, Does anyone know a simple.. out of the box ready go csv upload script to import values into a table? I've looked at hotscripts and couldn't find anything. Any help is appreciated. Thanks! Aaron

Re: [PHP-DB] csv upload script?

2003-07-07 Thread jeffrey_n_Dyke
] z.com cc: Subject: [PHP-DB] csv upload script

RE: [PHP-DB] csv upload script?

2003-07-07 Thread Aaron Wolski
To: Aaron Wolski Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] csv upload script? if it is truley csv, then use MYSQL's LOAD DATA INFILE syntax. granted you've got to have ahold of the text file.its not out of the box, but pretty close. Woudl that work for you? http://www.mysql.com/doc/en