|
You need to use the same variable name as the cookie value name.
<code>
// Get and Set Cookie Data
$cokcount++;
setcookie("cokcount", $cokcount);
</code>
I am assuming you have "register_globals" on.
__________________
- this space intentionally left blank -
|