[PHP] Importing data into MySql via PHP

2003-10-26 Thread Mark Roberts
I haven't tried this before, but I need to now and wanted to get a couple of pointers. I have a client that maintains a MySql database on a webserver. They want to import data into the database by uploading a Excel spreadsheet (most likely saved in a .csv format). I want to import the data directl

Re: [PHP] Importing data into MySql via PHP

2003-10-26 Thread John Nichel
Mark Roberts wrote: I have a client that maintains a MySql database on a webserver. They want to import data into the database by uploading a Excel spreadsheet (most likely saved in a .csv format). I want to import the data directly into the data table via a php script. It appears that I should be