php-general | 2001122
Date: 12/23/01
- Next message: Manuel Lemos: "[PHP] Re: How to parse an XML document"
- Previous message: Rambo Amadeus: "[PHP] Prev ... Next"
- In reply to: Rambo Amadeus: "[PHP] Prev ... Next"
- Next in thread: Arcadius A.: "[PHP] Re: Prev ... Next"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The sql is
select name from members limit offset,10;
you have to generate offet which _must_ be an integer.
Regards,
Andrey Hristov
----- Original Message -----
From: "Rambo Amadeus" <avdija <email protected>>
To: <php-general <email protected>>
Sent: Sunday, December 23, 2001 6:06 PM
Subject: [PHP] Prev ... Next
> Hi,
> I have about 100 names in mysql. How can i display them in groups of 10, and
> have next and previous links.
>
> Thanks
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Manuel Lemos: "[PHP] Re: How to parse an XML document"
- Previous message: Rambo Amadeus: "[PHP] Prev ... Next"
- In reply to: Rambo Amadeus: "[PHP] Prev ... Next"
- Next in thread: Arcadius A.: "[PHP] Re: Prev ... Next"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

