Forum Moderators: coopster
setcookie("update", "update", time()+$timeRemainingToMidnight);
If they arrive at a certain page we insert values in to the database and then set the cookie to updated using the following.
setcookie("update", "updated", time()+$timeRemainingToMidnight);
However the later never works, The cookie value always remains at "update"
Any help would be much appreciated, it's driving me crazy.