Posted by BKDotCom on 10/01/01 11:26
don't use session_register (pretend that function doesn't exist) just use the superglobal $SESSION array session_start(); $SESSION['text_class'] = new TestClass(); as others have said, you would use serialize/unserialize when saving to a file/DB/cookie, etc
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming