Create page with table to list all the data entered to syste

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
reddev94
Forum Newbie
Posts: 1
Joined: Sun Oct 12, 2014 1:00 am

Create page with table to list all the data entered to syste

Post by reddev94 »

Hello guy , how do I write PHP page that have table to list all the data I entered to my system.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Create page with table to list all the data entered to s

Post by Celauran »

That's pretty vague. Select all the data from the DB, iterate over it in the view.
Post Reply