thanks will try it ..

On 8/14/05, Scott Noyes <[EMAIL PROTECTED]> wrote:
> Unserialize it, and then use var_dump() to see what the object contains:
> var_dump(unserialize($location_data));
> 
> On 8/14/05, Gregory Machin <[EMAIL PROTECTED]> wrote:
> > Hi
> > The cms exponent story some data in a serialized array ..
> > then column name id location_data and contains the following..
> >
> > O:8:"stdClass":3:{s:3:"mod";s:10:"textmodule";s:3:"src";s:20:"@random419404caefcef";s:3:"int";s:0:"";}
> >
> > i fugure there is an object stored in this serialized array. how do i
> > figure out the properties of the object, I cant find the file that
> > holds classe that it uese ..
> >
> > Any ideas ?
> >
> > Many Thanks
> >
> >
> > --
> > Gregory Machin
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> > www.linuxpro.co.za
> > Web Hosting Solutions
> > Scalable Linux Solutions
> > www.iberry.info (support and admin)
> > www.goeducation (support and admin)
> > +27 72 524 8096
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> 


-- 
Gregory Machin
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.linuxpro.co.za
Web Hosting Solutions
Scalable Linux Solutions 
www.iberry.info (support and admin)
www.goeducation (support and admin)
+27 72 524 8096

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

Reply via email to