Mhh, das der start_session() befehl am Anfang stehen muß weiß ich, aber bei mir gibts trotzdem die heiß geliebten Fehlermeldungen:
Warning: Cannot send session cookie - headers already sent by (output started at /bla/bla/file.php:6) in /bla/bla/file.php on line 7
Warning: Cannot send session cache limiter - headers already sent (output started at /bla/bla/file.php:6) in /bla/bla/file.php on line 7
Das File sieht jedoch so aus:
______________________________________________
1:[COLOR=darkblue]<html>[/COLOR]
2:[COLOR=darkblue]<head>[/COLOR]
3:[COLOR=darkblue]<meta name="[/COLOR][COLOR=blue]DC.Format[/COLOR][COLOR=darkblue]" content="[/COLOR][COLOR=blue]text/html[/COLOR][COLOR=darkblue]">[/COLOR]
4:[COLOR=darkblue]</head>[/COLOR]
5:[COLOR=darkblue]<body bgcolor="[/COLOR][COLOR=blue]#000099[/COLOR][COLOR=darkblue]" text="[/COLOR][COLOR=blue]#FFFFFF[/COLOR][COLOR=darkblue]">[/COLOR]
6:[COLOR=red]<?php[/COLOR]
7:[COLOR=blue] session_start[/COLOR]();
...
______________________________________________
(Mensch da hab ich mir aber mühe mit dem highlighten gegeben, nur weil ich mir zu schade für den Standart bin)
Eigendlich sollte er ja nochnicht "headers already sent" haben, vor allem nicht in Zeile 6
Naja, hoffe(ne, ich bin überzeugt) ihr könnt helfen
Warning: Cannot send session cookie - headers already sent by (output started at /bla/bla/file.php:6) in /bla/bla/file.php on line 7
Warning: Cannot send session cache limiter - headers already sent (output started at /bla/bla/file.php:6) in /bla/bla/file.php on line 7
Das File sieht jedoch so aus:
______________________________________________
1:[COLOR=darkblue]<html>[/COLOR]
2:[COLOR=darkblue]<head>[/COLOR]
3:[COLOR=darkblue]<meta name="[/COLOR][COLOR=blue]DC.Format[/COLOR][COLOR=darkblue]" content="[/COLOR][COLOR=blue]text/html[/COLOR][COLOR=darkblue]">[/COLOR]
4:[COLOR=darkblue]</head>[/COLOR]
5:[COLOR=darkblue]<body bgcolor="[/COLOR][COLOR=blue]#000099[/COLOR][COLOR=darkblue]" text="[/COLOR][COLOR=blue]#FFFFFF[/COLOR][COLOR=darkblue]">[/COLOR]
6:[COLOR=red]<?php[/COLOR]
7:[COLOR=blue] session_start[/COLOR]();
...
______________________________________________
(Mensch da hab ich mir aber mühe mit dem highlighten gegeben, nur weil ich mir zu schade für den Standart bin)
Eigendlich sollte er ja nochnicht "headers already sent" haben, vor allem nicht in Zeile 6
Naja, hoffe(ne, ich bin überzeugt) ihr könnt helfen
Kommentar