Hi,

Monday, March 1, 2004, 3:04:13 AM, you wrote:
PH> Hello everyone,

PH> I'm beginning to experiment with PHP sessions.  I was wondering if it is
PH> possible to place objects into the session?

PH> Thanks,

PH> Paul

PH> _________________________________________________________________
PH> Take off on a romantic weekend or a family adventure to these great U.S.
PH> locations. http://special.msn.com/local/hotdestinations.armx


You can, but you must make sure that the object is declared on the
next page before you do session_start();

-- 
regards,
Tom

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

Reply via email to