Page 1 of 1

number of pages

Posted: Wed Jan 24, 2007 1:49 pm
by hrubos
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

Re: number of pages

Posted: Wed Jan 24, 2007 1:51 pm
by aaronhall
hrubos wrote:I want to share it automatic follows number of pages
What does that mean?

Posted: Wed Jan 24, 2007 1:56 pm
by hrubos
If I have many rows, my page on which atribut is outputted, will so long.So I'd like that in my page maybe outputted 20 rows, then change to new pages,....and finish when all of atribut will be outputted.

Posted: Wed Jan 24, 2007 2:06 pm
by pickle
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.

Posted: Wed Jan 24, 2007 2:09 pm
by hrubos
yeah, it is right

I will try search with this key

Thank you in your advice !!!