Search found 2 matches

by m0v0nage
Wed Jan 13, 2010 5:05 pm
Forum: PHP - Code
Topic: Php printing to page?
Replies: 3
Views: 518

Re: Php printing to page?

Ok. Thanks. Could you get he headed in the right direction?
by m0v0nage
Wed Jan 13, 2010 4:35 pm
Forum: PHP - Code
Topic: Php printing to page?
Replies: 3
Views: 518

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 w...