I need to save the '|' character in a cookie. But if I save the string 'empty|' to a cookie and then check the contents of the cookie with a cookie utility, the content is actually 'empty%7C'. What am I doing wrong please?
regards, Graham
the result is ok.
use urlencode() to decode %7c back to "pipe" char