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

In article <000701c0582f$68d3ebc0$1901a8c0 <email protected>>, jlinger <email protected> ("Joe
Linger") wrote:

> If a sucessful query returns a recordset, can that recordset be passed to
> another page without rerunning the query?

Someone already suggested serialize(), so I'll just add that sessions are a
common way to do what you want.

-- 
CC

-- 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>