Php printing to page?
Posted: Wed Jan 13, 2010 4:35 pm
I have a page on which I am reading from a database using php. It needs to print out the information from the database. All the info is stored in a 2d array. I want to print out a row of data, and then that text will be replaced with the next row when a button is clicked. How do I do this? I don't want the next row to be printed out below it. I want it to take the place of the last row. Is this a job for HTML? Javascript? Php?
