In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Richard Baskett) wrote:

> Ok this is getting frustrating!  I am serializing a variable and passing it
> through the url, in the url and when I echo it on the next page it shows
> s:608:, and when I unserialize it and echo it, it doesnt show anything!  How
> can I pull that data out in the next page?

That looks like the full serialization didn't make it through.  After you 
serialize, you also have to urlencode() the serialized value before passing 
it through the url.

-- 
CC

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

Reply via email to