How to import CSV Data into MYSQL database using PHP CodeIgniter?
问题 Hi I have seen all over stack but couldn't find any appropriate answer for my question. The Answer were on how to read csv format and not to import into MYSQL Database. I have a Upload Controller That uploads my file on my server. Now i want that uploaded file to be imported into MYSQL database. Please Help Me. The Controller File: public function upload_it() { //load the helper $this->load->helper('form'); //Configure //set the path where the files uploaded will be copied. NOTE if using