store objects in $_GET

Posted by mixm on Stack Overflow See other posts from Stack Overflow or by mixm
Published on 2010-03-28T13:41:44Z Indexed on 2010/03/28 13:53 UTC
Read the original article Hit count: 282

Filed under:

how can i store an object in the $_GET array in PHP. i want to pass an object containing database information from one page to another page via the $_GET array, so there would be no need to access the database again.

© Stack Overflow or respective owner

Related posts about php