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.
| There are not enough user ratings to display for this class. |
| Link |
Description |
| Parse and display data from a CSV file |
Many a times while building ecommerce, directory or other database oriented web applications, it is required to upload the data in a csv file to the database rather than having to manually enter every single record... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
csv_reader.php |
Class |
Consists the Class Which will manage the csv operations |
example.php |
Example |
This will show how to use the class file |
showDataTable.php |
Aux. |
This will show the formatted output |