Hi,
I have made my first cookie using the istruction:
setcookie('test','1', time() + 86400);
and as I could see it writes a cookie on client computer.
The question is: how can I get back such value when an user comes again to my website ?
Thank you!
Fabio