Hi,
I have a little problem with setcookie() function.
Using the same piece of code, I could not set a cookie on any page but the first page, (I mean the index.php under my domain).
Does anyone know why and how to get around that problem?
Thanks.
I am just using a simple:
setcookie("name", "john", time()+7200);