Re: [PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Miguel Carvalho
> I made a class called OracleCon that is used to connect to an Oracle > server and provide some certain queries to the database > When i create an object of that class and serialize it to add it to a > cookie, if i echo the $object->connection attribute i get a "Resource > id #2" > > When after r

RE: [PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Ford, Mike [LSS]
> -Original Message- > From: Valantis Kamayiannis [mailto:[EMAIL PROTECTED]] > Sent: 24 September 2002 12:37 > > I made a class called OracleCon that is used to connect to an > Oracle server > and provide some certain queries to the database > When i create an object of that class and se