pageing in php
Moderator: General Moderators
pageing in php
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
Could you maybe explain a little more what you mean?
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: pageing in php
@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.
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.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: pageing in php
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 ?
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: pageing in php
Not sure if this is possible but i would guess javascript or something like jQuery might be able to do this(?)Lphp wrote:...but by something like when the content reach 200px. go to other page ?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering