Dear all
I want to output from database and I have many rows, I want to share it automatic follows number of pages
So, who would mind showing me how to do or scripts or code about it???
Thank you very much
number of pages
Moderator: General Moderators
- aaronhall
- DevNet Resident
- Posts: 1040
- Joined: Tue Aug 13, 2002 5:10 pm
- Location: Back in Phoenix, missing the microbrews
- Contact:
Re: number of pages
What does that mean?hrubos wrote:I want to share it automatic follows number of pages
I think what you're looking for is pagination. If you have 2000 rows, for example, you want to show only 20 rows per page, but have 100 rows.
If this is the case, do a search for 'pagination' either in Google or on the forums here - this has been answered lots before.
If this is the case, do a search for 'pagination' either in Google or on the forums here - this has been answered lots before.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.