header('Location: weiter.php');
Das ist falsch!
richtig:
header('Location: http://'.$_SERVER['HTTP_HOST'].'/weiter.php');
Location: muss immer absolut angegeben sein.
oma
header('Location: weiter.php');
Das ist falsch!
richtig:
header('Location: http://'.$_SERVER['HTTP_HOST'].'/weiter.php');
Location: muss immer absolut angegeben sein.
oma