This is how i handle this concept:

1. Determine the number of rows from the query.
2. Set up limits on how many rows to display per page.
3. Then do multiple queries with those limits.

Postgresql allows for queries with limits.

That should get you started...

Ray

On Wed, 2003-02-12 at 09:58, Lucas Lain wrote:
> Hi.. i'm new at this mailing list and you can say that i'm a newbie in 
> Php programming :)
> i dont know how to pass a connection to a database between pages. I want 
> to show the results in multiple pages with a unique connection.
> can anyone help me?
> Thanks in advance.
> Lucas
> 
> --
> Lucas Lain
> [EMAIL PROTECTED]
> Argentina
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to