Saturday, December 29, 2018

Re: Cookie Storage Question

Let's say I want to set the cookie $_COOKIE['XYZ'] = 'Hey, Hello!'. (Curious if that's even possible)

Code: [Select]
setcookie('XYZ', 0, $expiration);
Currently, I only know how to set the cookie name, XYZ, along with an expiration date.

It's a general q...

from Simple Machines Community Forum http://bit.ly/2AjSV6A
via IFTTT

No comments:

Post a Comment