lordfritte
Erfahrenes Mitglied
Hallo ich habe ein kleines Problem, wenn ich Cookies setzen möchte:
kommt dies raus:
PHP:
setcookie("konto_user", $_POST['username'], time()+3600*3600); //Zeile 37
setcookie("konto_pass", md5($_POST['password']), time()+3600*3600); //Zeile 38
kommt dies raus:
Code:
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\konto.php:14) in C:\xampp\htdocs\konto.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\konto.php:14) in C:\xampp\htdocs\konto.php on line 38