[PHP] Re: Turning serialize data into an array

2007-03-06 Thread datsclark
btw, the code: $testdata='a:17:{s:11:"event_start";s:4:"2230";s:9:"event_end";s:4:"2300";s:14:"start_unixtime";i:1173076200;s:12:"end_unixtime";i:1173078000;s:10:"event_text";s:37:"Call+NANCYADKINS+-+%28276%29+681-6548";s:12:"event_length";i:1800;s:13:"event_overlap";i:0;s:11:"description";s:17:"T

[PHP] Re: Turning serialize data into an array

2007-03-06 Thread datsclark
Looks like your serialized data isn't right. I added two curly brackets }} to the end, and unserialized the string with no problems. ""Richard Kurth"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can I get the data out of this string that has been serialize I need > to >