how to read csv file saved in webserver using codeigniter. |
[eluser]CroNiX[/eluser]
It looks like you're storing them in the db, so after you retrieve the raw CSV from the db you could use str_getcsv() to convert it to an array which you can then loop through to build your view. |
Messages In This Thread |
how to read csv file saved in webserver using codeigniter. - by El Forum - 03-27-2014, 07:31 PM
how to read csv file saved in webserver using codeigniter. - by El Forum - 05-07-2014, 09:11 AM
how to read csv file saved in webserver using codeigniter. - by El Forum - 05-07-2014, 09:46 AM
|