Hi guys and gals,
I'm currently building an online record shop using a combination of PHP and MySQL through Lycos.
I am just in the process of filling the database with the information for each record (initially placing the details onto an Excel spreadsheet ready to upload into the MySQL database).
The problem I have is that Lycos (my webhosting company) place fairly strict limitations on the database and I cannot use the standard LOAD DATA commands to get the csv file into the database.
Now, I seem to remember seeing a PHP script that took my file and used the INSERT command to place the data line by line....but can I find it again on the web? No!
I don't suppose anybody knows of the script I'm referring to?
Any help greatly appreciated.
Kind regards,
Rob
I'm currently building an online record shop using a combination of PHP and MySQL through Lycos.
I am just in the process of filling the database with the information for each record (initially placing the details onto an Excel spreadsheet ready to upload into the MySQL database).
The problem I have is that Lycos (my webhosting company) place fairly strict limitations on the database and I cannot use the standard LOAD DATA commands to get the csv file into the database.
Now, I seem to remember seeing a PHP script that took my file and used the INSERT command to place the data line by line....but can I find it again on the web? No!
I don't suppose anybody knows of the script I'm referring to?
Any help greatly appreciated.
Kind regards,
Rob