Hey, I have this code in php:
setcookie("remember",$_POST[username],$expire);
This keeps appearing on the page:
Warning: Cannot modify header information - headers already sent by (output started at /home/krahny/public_html/login.php:16) in /home/krahny/public_html/login.php on line
I cant...