How can I create a table from 2 of 5 columns in a .csv file using html or php for...

TC4U

New member
...display on a website? I have a .csv file which gets written to when someone registers, I also have a page which contains the names of those who have registered. I would like a php or html script which automatically creates a table from certain columns of the csv file.
I have a csv file and I would like to create an ordinary text table from 2 of 5 columns in the csv file using php or html is there anyway to do this?
 
Back
Top