The title is confusing I know, but please listen as I explain my current dilemma. I am working with a client who has a very large table (6 or so rows, but with hundreds of columns). He adds a new column to the table everyday, and I was trying to figure out a better solution then just making a new column in the HTML code. Is there any better way of doing this? I was hoping to find a script that would allow you to basically create a mysql table, and in that table he could fill out a new row for each day, and there would be some sort of PHP code that would display the latest entry first. Please mind you its all numbers and some text (10characters max), but with about 6 different rows for each column in the html table. Please help me!