RE: [PHP] Upload a CSV file to MySQL

2002-03-04 Thread Dan Vande More
I'm not sure if you're talking just PHP, but this is the best database tool I've ever used: http://anse.de/mysqlfront/ /* Key-Features With MySQL-Front you can... create/drop databases create/drop tables edit/add/delete fields edit/insert/delete records edit BLOBs and MEMOs with

Re: [PHP] Upload a CSV file to MySQL

2002-03-04 Thread DL Neil
Ben, Is there an easy way to upload a CSV file into a MySQL table? Is there also a way to export the MySQL file into a CSV file? I would like to make a form using PHP to do import a CSV file into an existing table. Any advise would be appreciated. Manual: 6.4.9 LOAD DATA INFILE Syntax

Re: [PHP] Upload a CSV file to MySQL

2002-03-04 Thread Philip J. Newman
- Original Message - From: DL Neil [EMAIL PROTECTED] To: Ben C. [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 8:04 AM Subject: Re: [PHP] Upload a CSV file to MySQL Ben, Is there an easy way to upload a CSV file into a MySQL table? Is there also a way

Re: [PHP] Upload a CSV file to MySQL

2002-03-04 Thread Steven Deaton
] Upload a CSV file to MySQL - Original Message - From: DL Neil [EMAIL PROTECTED] To: Ben C. [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 8:04 AM Subject: Re: [PHP] Upload a CSV file to MySQL Ben, Is there an easy way to upload a CSV file into a MySQL table