i upload a page that contains the following code
setcookie('member','joey',time()+3600);
echo $_COOKIE[member];
and this the error message that appears when i visit the page :
Warning: Cannot add header information - headers already sent by (output started at /home/virtual/site9/fst/var/www/html/forums/test_cookie.php:2) in /home/virtual/site9/fst/var/www/html/forums/test_cookie.php on line 4
what is wrong?
btw, there wasn't anything before the php code.