show next record by click button

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
kanok
Forum Newbie
Posts: 1
Joined: Thu Aug 21, 2003 10:40 am

show next record by click button

Post by kanok »

help me :D
User avatar
evilmonkey
Forum Regular
Posts: 823
Joined: Sun Oct 06, 2002 1:24 pm
Location: Toronto, Canada

Post by evilmonkey »

Da-na-na-na-na...pagination...
Da-na-na-na-na...pagination...

Basically what it is, it it limits number of results per query per page. Except instead of setting the maximum to 20, set it to one. That easy. Do a search and type in pagination on this forum, there were a lot of threads about 9it in the past few days.

Good luck.
Post Reply