Warning: Cannot modify header information - headers already sent by (output started at /home/p/www/cookie.php:2) in /home/pinehead/www/cookie.php on line 4
How is that possible when the only code i have on this page is..
<?php
setcookie("user","pinehead",time()+5897755);
?>
<?PHP
echo $_COOKIE['user'];
?>
Thank you again.