reteriving records from a table

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
shahidislam1
Forum Newbie
Posts: 2
Joined: Tue Dec 29, 2009 10:40 am

reteriving records from a table

Post by shahidislam1 »

hi there,
i want to ask 1 thing, i want to retrieve all the records from the students table and to display it on the form, the problem is that all the records are displayed on a single form. i want to place a "next" button clicking on which the remiang records from the table will be shown, i dont know how to do this, plez help.
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

NONDESC Displaying records from a table with pagination

Post by omniuni »

Look into methods of pagination.
Post Reply