adman4054 Posted June 9, 2013 Share Posted June 9, 2013 I need to insert a new column within a table in an exsisting db. Here is what im looking for. I want PHP to look at the data in one column called "CID" in the CSV file, match data in a field in MYSQL also called "CID" and insert a record from a column in the CSV called "Private" into the field in the MYSQL db also called "Private. Really appreciate someone pointing me in the right direction. Thanks. Link to comment https://forums.phpfreaks.com/topic/278971-help-inserting-data-from-a-csv-file-to-mysql-using-php/ Share on other sites More sharing options...
Barand Posted June 9, 2013 Share Posted June 9, 2013 Perhaps you have some code that might help to make some sense of the question? Link to comment https://forums.phpfreaks.com/topic/278971-help-inserting-data-from-a-csv-file-to-mysql-using-php/#findComment-1435039 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.