I have a php form on a website that has a few simple fields like name, date, and a text box for comments. Once I hit the submit button on the form it sends the form information to a CVS file on the webserver.
On a different page I am trying to display the data from that CSV on the page with the most recent entries first and the oldest entry last with no more than 15 or 20 past records total. I can get the information to the CSV but I can't get it back to the other webpage. Furthermore I am wanting to format the font on the new page. Like changing the font size, color, and type for each piece information ie making the name display in 30px Cambria font and the comments display on a new line with 12px font. Any help would be awesome.
On a different page I am trying to display the data from that CSV on the page with the most recent entries first and the oldest entry last with no more than 15 or 20 past records total. I can get the information to the CSV but I can't get it back to the other webpage. Furthermore I am wanting to format the font on the new page. Like changing the font size, color, and type for each piece information ie making the name display in 30px Cambria font and the comments display on a new line with 12px font. Any help would be awesome.
Comment