code:
<?php
$value = 'something from somewhere';
setcookie("TestCookie", $value);
echo $_COOKIE["TestCookie"];
?>
does anyone see any problems, or is there a any bugs that might stop setcookie working.
i've googled to no avail.
im running EasyPHP 1.8 with Curl and php_mbstring plugins enabled.
any other information needed please post.