[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 >

Re: [PHP] Session_Start() error

2007-03-05 Thread datsclark
Also make sure you don't have empty lines before the wrote in message news:[EMAIL PROTECTED] > *hi people, > > Hi have this error in the session cookie, how to solve this??? > > Warning*: session_start() > [function.session-start]: > Cannot send session ca

[PHP] Re: Session Problem

2007-02-16 Thread datsclark
Also, make sure the session's are being saved properly. I had this same problem when PHP wasn't able to write to the temp directory. You can set up your own sessions dir with session.save_path in php.ini ""LoneWolf"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am having a p