Page 1 of 1

Unserializing data

Posted: Thu Jan 08, 2004 12:38 am
by vivekjain
Hi,
I am developing an application in PHP. I have serialized some data:
a:2:{i:32;s:1:"2";i:33;s:1:"2";}, this is the serialized data. I need to know, how to unserialize this. It would be great if anyone can help me out with this.

Posted: Thu Jan 08, 2004 12:56 am
by Nay
I'm not sure about all of this but check out:

http://sg.php.net/unserialize

-Nay