Re: [PHP-DB] Can a recordset be passed as an argument? From: Cody Caughlan (codyc <email protected>)
Date: 11/27/00

serialize() possibly...that should "encapsulate" the data for you to pass
around via http post/get...then unserialize() to get it back...

/cody caughlan

Joe Linger wrote:

> If a sucessful query returns a recordset, can that recordset be passed to
> another page without rerunning the query?
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>