RE: [PHP] Paging HOWTO for PHP n' MYSQL

2002-10-02 Thread John W. Holmes
> i've been searching for a while in google and vivisimo for docs that > treats > paging techniques for php and mysql. And so far i seek nothing. I always > get > stuck with empty documents (if you know what I mean). > > Can U give me a hand with this. If you already have a doc of this nature, >

Re: [PHP] Paging HOWTO for PHP n' MYSQL

2002-10-02 Thread Rasmus Lerdorf
Just pass the current position from one page to the next and use a "LIMIT start,num" clause. -Rasmus On Wed, 2 Oct 2002, Francisco Vaucher wrote: > Hi people, > > i've been searching for a while in google and vivisimo for docs that treats > paging techniques for php and mysql. And so far i seek

[PHP] Paging HOWTO for PHP n' MYSQL

2002-10-02 Thread Francisco Vaucher
Hi people, i've been searching for a while in google and vivisimo for docs that treats paging techniques for php and mysql. And so far i seek nothing. I always get stuck with empty documents (if you know what I mean). Can U give me a hand with this. If you already have a doc of this nature, or t