envexlabs Posted November 21, 2007 Share Posted November 21, 2007 Hey, I need users to be able to upload a csv file with 1 column, just names. I need to be able to write all this data to the database. Does anyone know where to start, or if there is a script already developed to do this? Thanks, envex Quote Link to comment https://forums.phpfreaks.com/topic/78258-convert-csv-to-mysql-online/ Share on other sites More sharing options...
Glyde Posted November 21, 2007 Share Posted November 21, 2007 I'm sure there are tons of scripts ready to do this on hotscripts or some other similar, website, however you can easily create your own with fopen, fgetcsv, etc. http://us3.php.net/fgetcsv Quote Link to comment https://forums.phpfreaks.com/topic/78258-convert-csv-to-mysql-online/#findComment-396030 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.