Hallo!
Ich versuche mit
auf eine andere Seite umzuleiten und bekomme folgende Fehlermeldung:
Warning: Cannot modify header information - headers already sent by (output started at C:\inetpub\wwwroot\datax.php:1) in C:\inetpub\wwwroot\datax.php on line 3
Da ist was faul. Ich meine, in der line #1 steht "<?php", mehr nichts. Danach habe ich bis auf diesen header auch keine Ausgabe. Liegt bestimmt an der PHP-Konfiguration. Aber wo?
Benutze PHP5 auf IIS7.
Ich versuche mit
PHP-Code:
header("Location: ".$redirect);
Warning: Cannot modify header information - headers already sent by (output started at C:\inetpub\wwwroot\datax.php:1) in C:\inetpub\wwwroot\datax.php on line 3
Da ist was faul. Ich meine, in der line #1 steht "<?php", mehr nichts. Danach habe ich bis auf diesen header auch keine Ausgabe. Liegt bestimmt an der PHP-Konfiguration. Aber wo?
Benutze PHP5 auf IIS7.
Kommentar