Posted by jimbojones230 on 10/13/05 23:51
Okay, so I guess I could pass all of the object variables, instantiate a new object, and then assign it the session variables. i.e. page1.php $object = new Class(); $object->var = $value; $_SESSION['value'] = $value; page2.php $object = new Class(); $value = $_SESSION['value']; $object->var = $value; Would something like that work?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming