Php printing to page?
Moderator: General Moderators
Php printing to page?
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?

Re: Php printing to page?
PHP + AJAX.
Re: Php printing to page?
Ok. Thanks. Could you get he headed in the right direction?