Hello again,
I'm still in need of some way to easily read from an uploaded file to create a table in my database. I tried the LOAD DATA INFILE function but it doesn't seem to work. I know that I could do it by reading the file, and parsing it into an array, and build a generic table based on the length of the array, which would give me the number of initial columns, however, this would tedious, and I'm sure there are other methods. Once again your help is much appreciated. Thanks in advance.
Bubba