Klopfer
Mitglied
Hier mein Script
<?php
session_start ();
if (!isset ($_SESSION["user_id"]))
{
header ("Location: formular.php3");
}
?>
und hier das was ich bei meinem Webhoster rausbekomm
Warning: Cannot send session cookie - headers already sent by (output started at /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/index.php3:3) in /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/checkuser.php3 on line 2
Warning: Cannot send session cache limiter - headers already sent (output started at /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/index.php3:3) in /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/checkuser.php3 on line 2
Warning: Cannot add header information - headers already sent by (output started at /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/index.php3:3) in /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/checkuser.php3 on line 5
Ich hoffe dass ihr damit etwas anfangen könnt.
Gruß Fabian
<?php
session_start ();
if (!isset ($_SESSION["user_id"]))
{
header ("Location: formular.php3");
}
?>
und hier das was ich bei meinem Webhoster rausbekomm
Warning: Cannot send session cookie - headers already sent by (output started at /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/index.php3:3) in /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/checkuser.php3 on line 2
Warning: Cannot send session cache limiter - headers already sent (output started at /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/index.php3:3) in /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/checkuser.php3 on line 2
Warning: Cannot add header information - headers already sent by (output started at /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/index.php3:3) in /customers/skylinegtr.de/skylinegtr.de/httpd.www/*/checkuser.php3 on line 5
Ich hoffe dass ihr damit etwas anfangen könnt.
Gruß Fabian