Hallo Community,
ich bin ein PHP-Neuling und wollte eine einfache Weiterleitung via header machen:
Allerdings spuckt er mir das aus:
Kann mir das ganze mal jemand bitte erläutern?
Weil ich verstehe das so, dass er damit ein Problem hat, dass schon irgendwo ein header etwas ausspuckt...
und das beginnt in oben.php in Zeile 194...
Das stimmt aber nicht^^
Grüße
Konda
ich bin ein PHP-Neuling und wollte eine einfache Weiterleitung via header machen:
PHP:
header("location:reg.php?p=".$p."&m=".$m."&b=".$u);
Allerdings spuckt er mir das aus:
Warning: Cannot modify header information - headers already sent by (output started at C:\Xampp\htdocs\oben.php:194) in C:\Xampp\htdocs\Registrieren.php on line 112
Kann mir das ganze mal jemand bitte erläutern?
Weil ich verstehe das so, dass er damit ein Problem hat, dass schon irgendwo ein header etwas ausspuckt...
und das beginnt in oben.php in Zeile 194...
Das stimmt aber nicht^^
Grüße
Konda