Converts a CSV (Comma separated Values) file into a HTML table. Can write the file or just return a reference to a string containing the HTML table. Also applies any style specified to the table.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Sufficient (62.5%) |
- |
- |
- |
- |
Insufficient (39.6%) |
1994 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| File |
Role |
Description |
csv.inc |
??? |
The include file containing the core code for csv2html |
csv2html-doc.html |
??? |
Documentation for csvtohtml in PHP manual style |
csv2html-SourceDisplay.html |
??? |
HTML formatted source - makes easier reading :0) |
errOut-SourceDisplay.html |
??? |
HTML formatted source - makes easier reading :0) |
errOut.inc |
??? |
Error handler that can be changed to say log to a file or DB as needed. Outputs to screen by default. This file must be included for CSV2HTML to function. |