krahny
New Member
- Messages
- 25
- Reaction score
- 0
- Points
- 0
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 figure out whats wrong. Could someone help me?
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 figure out whats wrong. Could someone help me?