Hallo PHP-User,
Ich habe bekomme jedesmal folgende Fehlermeldungen :
Warning: Cannot add header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/web666/html/index.php:8) in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 9
Warning: Cannot add header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/web666/html/index.php:8) in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 10
Warning: Failed opening 'config_location.inc' for inclusion (include_path='') in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 12
Warning: Failed opening '' for inclusion (include_path='') in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 13
09 setcookie("username");
10 setcookie("password");
12 include "config_location.inc";
13 include $file_headfoot;
Die Variabeln werde dann weiterbearbeitet ;
http://www.alfshomepage.de/pphlogger/login.php
Wenn ich den Script solo aufrufe ----> keine Fehlermeldung
http://alfshomepage.de/pphlogger/index.php
Wenn ich diese mit folgenden Script aufrufe ->Fehlermeldung
http://alfshomepage.de/index.php?fil...gger/index.php
Mit dem Verweis auf :
<?php if($file == "") { $file = "phpmitte.php"; } ?>
<?php include("$file"); ?>
Warum ? Bitte dringend um H I L F E !
Danke Gruß Alf
Ich habe bekomme jedesmal folgende Fehlermeldungen :
Warning: Cannot add header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/web666/html/index.php:8) in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 9
Warning: Cannot add header information - headers already sent by (output started at /usr/local/httpd/htdocs/kunden/web666/html/index.php:8) in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 10
Warning: Failed opening 'config_location.inc' for inclusion (include_path='') in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 12
Warning: Failed opening '' for inclusion (include_path='') in /usr/local/httpd/htdocs/kunden/web666/html/pphlogger/index.php on line 13
09 setcookie("username");
10 setcookie("password");
12 include "config_location.inc";
13 include $file_headfoot;
Die Variabeln werde dann weiterbearbeitet ;
http://www.alfshomepage.de/pphlogger/login.php
Wenn ich den Script solo aufrufe ----> keine Fehlermeldung
http://alfshomepage.de/pphlogger/index.php
Wenn ich diese mit folgenden Script aufrufe ->Fehlermeldung
http://alfshomepage.de/index.php?fil...gger/index.php
Mit dem Verweis auf :
<?php if($file == "") { $file = "phpmitte.php"; } ?>
<?php include("$file"); ?>
Warum ? Bitte dringend um H I L F E !
Danke Gruß Alf
Kommentar