Showing posts with label CSV to Array. Show all posts
Showing posts with label CSV to Array. Show all posts

Tuesday, November 22, 2011

Convert CSV to Array function PHP without using str_getcsv()


Processing CSV file for web projects is very usefull to show CSV Upload list, Upload data to database table, processing bulk posting etc., Here is the function to process CSV file, using this function we can convert our CSV file to PHP Mufti dimensional Array,  str_getcsv() is not supported under version 5. so let we start create our own CSV to Array Function