Re: [PHP] Re: Getting bool(false) when using unserialize

2007-03-04 Thread Al
x27;t stripslashes before serializing because I don't have control of the script that sends the data -Original Message- From: Al [mailto:[EMAIL PROTECTED] Sent: Sunday, March 04, 2007 2:20 PM To: php-general@lists.php.net Subject: [PHP] Re: Getting bool(false) when using unserialize st

RE: [PHP] Re: Getting bool(false) when using unserialize

2007-03-04 Thread Richard Kurth
TED] Sent: Sunday, March 04, 2007 2:20 PM To: php-general@lists.php.net Subject: [PHP] Re: Getting bool(false) when using unserialize stripslashes before serializing; not afterwards. Richard Kurth wrote: > Way am I getting Error at offset 499 of 497 bytes bool(false) when I > run this script be

[PHP] Re: Getting bool(false) when using unserialize

2007-03-04 Thread Al
stripslashes before serializing; not afterwards. Richard Kurth wrote: Way am I getting Error at offset 499 of 497 bytes bool(false) when I run this script below according to the manual this should work'; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php