Page 1 of 1

pageing in php

Posted: Tue Nov 01, 2011 3:14 am
by Lphp
is that possible do the paging in this way? :?: select out of db , if reach some high display on the other page

Re: pageing in php

Posted: Tue Nov 01, 2011 6:29 am
by Celauran
Could you maybe explain a little more what you mean?

Re: pageing in php

Posted: Tue Nov 01, 2011 7:48 am
by social_experiment
@OP : you're refering to pagination
http://php.about.com/od/phpwithmysql/ss/php_pagination.htm
I found this url doing a search on the forum, but you can also search for more results.

Re: pageing in php

Posted: Thu Nov 03, 2011 10:32 pm
by Lphp
Thank you for the link, I know how to handle this part , I just wonder could I paging not by row , but by something like when the content reach 200px. go to other page ?

Re: pageing in php

Posted: Fri Nov 04, 2011 12:45 am
by social_experiment
Lphp wrote:...but by something like when the content reach 200px. go to other page ?
Not sure if this is possible but i would guess javascript or something like jQuery might be able to do this(?)