Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\index.php:12) in C:\xampp\htdocs\login.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:12) in C:\xampp\htdocs\login.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:12) in C:\xampp\htdocs\login.php on line 36
line 3
line 34-28
Heist das sessions werden nicht in den cache bzw. auf die Datenbank gesendet ?
wenn ja bitte eine kurze einleitung dieses Problem zu beheben
oder ist das ein Lokales problem das sich im Internet am server behebt ?
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:12) in C:\xampp\htdocs\login.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\index.php:12) in C:\xampp\htdocs\login.php on line 36
line 3
PHP:
session_start ();
line 34-28
PHP:
else
{
header ("Location: formular.php?fehler=1");
}
?>
Heist das sessions werden nicht in den cache bzw. auf die Datenbank gesendet ?
wenn ja bitte eine kurze einleitung dieses Problem zu beheben
oder ist das ein Lokales problem das sich im Internet am server behebt ?