Re: [PHP] is_object($_SESSION['dagobertduck']);

2004-05-27 Thread Matthias H. Risse
thanks. fixed that with simple un/serialize(). somehow i assumed php would be capable of recognizing automatically that it makes sense with object to do this automatically (who really needs unexplicitly a string instead of o valid object when puttin them into a session-var?) thanks anyway m -- PHP

Re: [PHP] is_object($_SESSION['dagobertduck']);

2004-05-26 Thread John W. Holmes
From: "Justin Palmer" <[EMAIL PROTECTED]> > Make sure you include the Class file in every consecutive page that you > would like to use the object in. and include it before session_start(). Although if var_dump() is showing it's an object, you're question of why is_object() fails is still valid.

RE: [PHP] is_object($_SESSION['dagobertduck']);

2004-05-26 Thread Justin Palmer
Hi, Make sure you include the Class file in every consecutive page that you would like to use the object in. Regards, Justin Palmer -Original Message- From: Matthias H. Risse [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 12:04 PM To: [EMAIL PROTECTED] Subject: [PHP] is_objec