eludlow Posted September 20, 2005 Share Posted September 20, 2005 As part of a website I'm developing, the website owner will need to put csv files on the web. It would be much easier if I could firstly convert these files into mySQL. However, I'd like to make this as user friendly as possibly, so that they simply submit the csv file and it converts it to mySQL. Is there a script anyone knows of that does this? I COULD give the users access to phpMyAdmin, but fear this could be a bit dangerous! Thanks, Ed Ludlow Quote Link to comment https://forums.phpfreaks.com/topic/2538-csv-to-mysql-conversion-script/ Share on other sites More sharing options...
eludlow Posted September 20, 2005 Author Share Posted September 20, 2005 As part of a website I'm developing, the website owner will need to put csv files on the web. It would be much easier if I could firstly convert these files into mySQL. However, I'd like to make this as user friendly as possibly, so that they simply submit the csv file and it converts it to mySQL. Is there a script anyone knows of that does this? I COULD give the users access to phpMyAdmin, but fear this could be a bit dangerous! Thanks, Ed Ludlow 297238[/snapback] Found one Quote Link to comment https://forums.phpfreaks.com/topic/2538-csv-to-mysql-conversion-script/#findComment-8425 Share on other sites More sharing options...
AV1611 Posted September 26, 2005 Share Posted September 26, 2005 Well, I guess you'd have to write a PHP script that puts the cvs into an array, then feed the array into the query... but they would have to always use the exact same format for the cvs... You can also give them access so they can only import to the table of your choice, and tell them not to screw it up...LOL (Sorry) As part of a website I'm developing, the website owner will need to put csv files on the web. It would be much easier if I could firstly convert these files into mySQL. However, I'd like to make this as user friendly as possibly, so that they simply submit the csv file and it converts it to mySQL. Is there a script anyone knows of that does this? I COULD give the users access to phpMyAdmin, but fear this could be a bit dangerous! Thanks, Ed Ludlow 297238[/snapback] Quote Link to comment https://forums.phpfreaks.com/topic/2538-csv-to-mysql-conversion-script/#findComment-8518 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.