I am developing an application in cakephp where I want to import the csv file and save the data into database.
So I need some help in reading csv file into an array after which I will do some validation and insert data into database.
I have searched a lot but could not find the solution.
Thanks in advance.