hallo,
ich habe ein problem mit dem erstellen von cookies.
hier ist der header der php-datei:
-------------------------------------------
<html>
<head>
<title>Detailansicht</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Language" content="de">
<meta name="copyright" content="WEBetrieb">
<meta name="publisher" content="WEBetrieb">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> //line 13
-----------------------------------------------
hiermit will ich den cookie erstellen:
------------------------------------------
$t = time()+3600*24*7*30;
SetCookie("cookie","1",$t,"",".de"); //line 141
----------------------------------------------
diese fehlermeldung bekomme ich als ergebnis:
--------------------------------------------------
Warning: Cannot add header information - headers already sent by (output started at /homepages/39/d15905356/htdocs/jan/rio/details.php:13) in /homepages/39/d15905356/htdocs/jan/rio/details.php on line 141
---------------------------------------------------------
ich hab schon viel ausprobiert hat aber nichts gebracht..
vielen dank für jede hilfe,
Gruß
Jan
ich habe ein problem mit dem erstellen von cookies.
hier ist der header der php-datei:
-------------------------------------------
<html>
<head>
<title>Detailansicht</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Language" content="de">
<meta name="copyright" content="WEBetrieb">
<meta name="publisher" content="WEBetrieb">
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> //line 13
-----------------------------------------------
hiermit will ich den cookie erstellen:
------------------------------------------
$t = time()+3600*24*7*30;
SetCookie("cookie","1",$t,"",".de"); //line 141
----------------------------------------------
diese fehlermeldung bekomme ich als ergebnis:
--------------------------------------------------
Warning: Cannot add header information - headers already sent by (output started at /homepages/39/d15905356/htdocs/jan/rio/details.php:13) in /homepages/39/d15905356/htdocs/jan/rio/details.php on line 141
---------------------------------------------------------
ich hab schon viel ausprobiert hat aber nichts gebracht..
vielen dank für jede hilfe,
Gruß
Jan
Kommentar