Is there any way to save an entire query results object in php? I’ve tried serializing it and using Sessions and such, but haven’t really had any success. Is there some way to hold onto search results between separate php pages?
Thank you very much,
–EP