PHP-Klasse::CSV Parse and Read 16.09.2007

Kurzbeschreibung: Parse and display data from a CSV file
Veröffentlicht am: 16.09.2007
Gruppe(n):
- Files and Folders
- html
- PHP 5
Beschreibung:
This class can be used to parse and display data from a CSV file.
It can open and parse the lines of a given CSV file. The data is stored in an array class variable.
The class may also display the CSV data in an HTML table using a separate PHP template script.
Link: CSV Parse and Read