Hm, ich hab da mal wieder ein kleines problem mit den sessions:
Fehlermeldung:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\appserv\www\dynnews\index.php:1) in c:\appserv\www\dynnews\php\header.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\appserv\www\dynnews\index.php:1) in c:\appserv\www\dynnews\php\header.php on line 2
Quelltext:
Ich weiss, dass vor session_start nichts stehen darf, aber es kann ja sein, dass davor nichtmal ein "<?" stehen darf oder? Ich versteh deshalb einfach nicht, wo mein Fehler liegt. (P.S. ich verrwende PHP4.3.8)
Fehlermeldung:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\appserv\www\dynnews\index.php:1) in c:\appserv\www\dynnews\php\header.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\appserv\www\dynnews\index.php:1) in c:\appserv\www\dynnews\php\header.php on line 2
Quelltext:
PHP-Code:
<?
session_start(); <-- zeile2
Kommentar