A
Astror Enales
Hi @ all.
Ich habe eine Frage:
und zwar will ich für eine Forensoftware von mir ein cookie setzen
(ist für den login)
aber wenn ich es ausführe kommt nur das hier raus:
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0068683/cookie_test/login.php:21) in /www/htdocs/w0068683/cookie_test/login.php on line 23
why?
gruß
Astror Enales
Ich habe eine Frage:
und zwar will ich für eine Forensoftware von mir ein cookie setzen
PHP:
setcookie("loginid", $value, time()+3600);
aber wenn ich es ausführe kommt nur das hier raus:
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w0068683/cookie_test/login.php:21) in /www/htdocs/w0068683/cookie_test/login.php on line 23
why?
gruß
Astror Enales