Comments on: Import CSV File Data into MySQL Database using PHP https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/ Web & Mobile App Development Company Sat, 23 Aug 2025 05:29:21 +0000 hourly 1 By: Malungisa Dlamini https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-149214 Fri, 27 Aug 2021 05:37:41 +0000 https://www.codexworld.com/?p=1844#comment-149214 Lovely Script and clear to understand, Thanks a lot from Eswatini.

]]>
By: Enoch https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-144867 Sat, 24 Jul 2021 11:06:23 +0000 https://www.codexworld.com/?p=1844#comment-144867 Please how can import csv file into database using php pdo dbh?

]]>
By: Justin https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-139679 Wed, 05 May 2021 10:15:00 +0000 https://www.codexworld.com/?p=1844#comment-139679 Please help me how to remove the email option and add data without email.

]]>
By: Bhavik Patel https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-134552 Fri, 12 Feb 2021 08:21:58 +0000 https://www.codexworld.com/?p=1844#comment-134552 How i do set maximum limit in import csv file

]]>
By: olushola keshinro https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-131024 Thu, 31 Dec 2020 11:23:00 +0000 https://www.codexworld.com/?p=1844#comment-131024 // Check whether member already exists in the database with the same email
$prevQuery = “SELECT id FROM members WHERE email = ‘”.$line[1].”‘”;
$prevResult = $db->query($prevQuery);

if($prevResult->num_rows > 0){

pls from the code segment above , i need to read out certai field for certian operation beofre update query is done, pls elp me

]]>
By: Rhandy https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-112327 Tue, 05 May 2020 15:46:10 +0000 https://www.codexworld.com/?p=1844#comment-112327 This skip the first line of csv file?

]]>
By: james https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-111862 Thu, 30 Apr 2020 03:06:57 +0000 https://www.codexworld.com/?p=1844#comment-111862 i can i signup on this site

]]>
By: Jiesmie https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-107268 Thu, 12 Mar 2020 11:40:45 +0000 https://www.codexworld.com/?p=1844#comment-107268 Awesome tutorial. I got my thing linked and working. Wonderful.!!!!!!!!!!!!!!!!!

]]>
By: Mohammad idrees https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-93699 Thu, 26 Sep 2019 08:37:24 +0000 https://www.codexworld.com/?p=1844#comment-93699 Thank you for the great tutorial and code.

Can you please share the style.css file?
Thanks

]]>
By: Michel Miranda https://www.codexworld.com/import-csv-file-data-into-mysql-database-php/comment-page-1/#comment-92388 Tue, 03 Sep 2019 14:58:13 +0000 https://www.codexworld.com/?p=1844#comment-92388 Nice tutorial guys. Is that a way to limit the number of records from csv file to mysql database? For example, my system just accept 20 records to upload. Is that possible? Thanks 🙂

]]>