RE: [PHP] google style paginating

2003-08-23 Thread Boaz Yahav
Try this : Paginator - a class that can help you to split MySQL database query result sets to pages. http://www.weberdev.com/get_example.php3?count=3707 Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. Share your code : http://addexample.webe

Re: [PHP] google style paginating

2003-08-23 Thread Haseeb
ola Date: Saturday, August 23, 2003 01:00:49 PM To: Ted Conn Cc: [EMAIL PROTECTED] Subject: Re: [PHP] google style paginating   On Thu, 21 Aug 2003, Ted Conn wrote:   > Hi I am new to this newsgroup and I plan on replying to all the posts I can > for now... but Id like to start out by asking a ques

Re: [PHP] google style paginating

2003-08-23 Thread Mika Tuupola
On Thu, 21 Aug 2003, Ted Conn wrote: > Hi I am new to this newsgroup and I plan on replying to all the posts I can > for now... but Id like to start out by asking a question. I am trying to > paginate my sql results in 10 by 10, which I have been able to do no > problem. but what I want to do is h

Re: [PHP] google style paginating

2003-08-21 Thread olinux
PEAR::DB_Pager is a good example of how to do this. The getData function is all you need. http://pear.php.net/DB_Pager http://cvs.php.net/co.php/pear/DB_Pager/Pager.php?login=2&r=1.4 olinux --- Ted Conn <[EMAIL PROTECTED]> wrote: > Hi I am new to this newsgroup and I plan on replying > to all

RE: [PHP] google style paginating

2003-08-21 Thread Chris W. Parker
Ted Conn on Thursday, August 21, 2003 2:01 PM said: > Hi I am new to this newsgroup and I plan on replying to all the posts > I can for now... Hopefully those replies will be useful. ;) > I'll show you the code I am using > now for next and back buttons... Hmm...