PHP table of query split over several pages

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
User avatar
Simplecat
Forum Newbie
Posts: 11
Joined: Wed Aug 24, 2005 6:27 am

PHP table of query split over several pages

Post by Simplecat »

Hi

I have a table that dislplays a record from a mysql table each record is displyed in its own table under each other on the page. What I am trying to do is display 10 tables (records) per page and have the others go on to the next pages with links

Am really stuck can any one help

Thanks

Lee
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

search this forum for "pagination"...its been discussed numerous times before
Post Reply