Im having problems setting cookies could someone help me?
Im putting this code in my page :
<?php $user = $_POST["user"];
setcookie("rememberUser", $user, time()+606024*365, '/');
?>
And this is what is appearing when I try to set it:
Warning: Cannot modify header information - headers already sent by (output started at /home/customiz/public_html/null1.php:10) in /home/customiz/public_html/null1.php on line 12