Add Me!Close Menu Navigation
Add Me!Open Categories Menu

Currently Browsing

Posts Tagged ‘ parse ’

4 May
Posted in Php, Tutorials

Parsing a CSV File in PHP

Ok so it is one of the most common data files in the world: the CSV (Comma Separated Values). So here is all you need in PHP to extract the data from the file. The data is exploded into an array ($data) and can be accessed via the array index. [...]