Sebastian Grewe wrote:
> 
> I have a problem with my Website. I want to list only 25 results of a db query. When 
>the user klicks on "Second Page" he should see the next 25 results and so on.
> 
> How can I do that?
> 
> Thx for replies.
> 
> Sebastian
> 
> ---------------------------------------------------------------------
Sebastian:

The MySQL end of it is the LIMIT clause.  

But, you'll need to do some math manipulation within your web application for
creating forward and backward links, etc. for navigating through the result
set.  This is more a php3/cgi question than MySQL.

Regards,
Van
-- 
=================================================================
Linux rocks!!!   http://www.dedserius.com/
=================================================================

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to