Friday, 9 August 2013

PHP string cookie define

PHP string cookie define

I have a string defined like:
DEFINE('IMAGES_DIR',"/portal/images/");
After i place it inside of a cookie its content becomes
%2Fportal%2Fimages%2F
I need the string to return like:
/portal/images/

No comments:

Post a Comment