![]() |
Import from Excel to MYSQL is not working - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Import from Excel to MYSQL is not working (/showthread.php?tid=60304) |
Import from Excel to MYSQL is not working - El Forum - 02-26-2014 [eluser]hrg.vincent[/eluser] Controller Code: //load library phpExcel Model Code: $this->db->insert(FLEXI_TABLE, $data_flexi); Any wrong from my code in Controller? I can't load the excel and import into MYSQL. Please help Import from Excel to MYSQL is not working - El Forum - 02-26-2014 [eluser]InsiteFX[/eluser] Do a var_dump($data); before you call the upload. Import from Excel to MYSQL is not working - El Forum - 02-27-2014 [eluser]hrg.vincent[/eluser] problem solved.. but the problem is the file must be in server and not user.. anyone know how to solve for it?? |