Programming Tutorials

Comment on Tutorial - Reading .CSV file in PHP By David Sklar



Comment Added by : iman

Comment Added at : 2009-11-26 12:50:21

Comment on Tutorial : Reading .CSV file in PHP By David Sklar
i want to know how to read a file inside zipfile.
for eg. i want to read csv from a zipfile with content from
http://www.example.com/data.zip
and it contains file1.csv file2.csv and many other.
what to do if i want to read file1.csv or file2.csv.
please note : i dont have any access to zip other than http://www.example.com/data.zip


View Tutorial