Hi,
I need to get the first line of a csv file. If i use getcsv() or file(). they will read entire contents and put it in array. This is very tedious, when we upload a large csv file to database. Is there any other way to do this.
please throw some ideas.
sharma