I am trying to create a site which will display variouse statistics and errors from the last year, but on a daily base, The stats for each day are stored in a CVS File with 8 coloms.
My problem is, how can i make a page to read in my CSV file and display it like an excel style table? is this possible? since the File does not always containt the same amount of lines.
Any help would be fantastic.
BlobFisk
12:56 pm on Aug 20, 2004 (gmt 0)
Hi erkdw,
You will need some server side language to do this. It could be done in JavaScript but would be very cumbersome.
In a serverside language you could achieve this relavtively easily. The commas would indicate where to start a new cell and the line breaks where to start a new row.