know where you want to be. As a concrete example:
Next 10";
?>
-Original Message-
From: Auri Net SAC [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 3:25 AM
To: [EMAIL PROTECTED]
Subject: Show query page by page
Hi,
I have a query result with 50 register and i want
>Hi,
>
>I have a query result with 50 register and i want to show them in 5 pages,
>every page show 10 register.
>
>Thanks , for your answers
>Rhony
http://www.mysql.com/doc/S/E/SELECT.html
See 'LIMIT'
/Rob
--
Robert Alexander, Alpha Geek, Workmate.ca
WWW Database Applications and Web Hosting
On Tue, Nov 13, 2001 at 04:24:47AM -0500, Auri Net SAC wrote:
> Hi,
>
> I have a query result with 50 register and i want to show them in 5
> pages, every page show 10 register.
Then you want to use the LIMIT option on your SELECT queries as shown
in the manual.
Jeremy
--
Jeremy D. Zawodny, <[
Auri Net SAC wrote:
> Hi,
>
> I have a query result with 50 register and i want to show them in 5 pages,
> every page show 10 register.
LIMIT (see the manual) will help you.
b.
mysql
-
Before posting, please check:
http:/
Hi,
I have a query result with 50 register and i want to show them in 5 pages,
every page show 10 register.
Thanks , for your answers
Rhony
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
h