Hallo Forumgemeinde,
ich habe mal wieder ein PHP Problem, dass ich nicht alleine lösen kann!
Ich will ein Cookie setzen:
Jetzt bringt der mir folgende Fehlermeldung:
Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\wwwroot\test.php3:3) in C:\Inetpub\wwwroot\test.php3 on line 4
Warning: Undefined variable: hsvvote in C:\Inetpub\wwwroot\test.php3 on line 6
Ich habe keine Ahnung warum!
Habe auch schon den ganzen HTML kram weggelöscht, aber dann funzt es auch net! Weiß nicht mehr weiter....
Danke und tschau
trekki2003
ich habe mal wieder ein PHP Problem, dass ich nicht alleine lösen kann!
Ich will ein Cookie setzen:
PHP-Code:
<?php
setcookie ("hsvvote", "Test", time()+86400);
echo "$hsvvote";
?>
<html>
<head>
<meta name="author" content="Stumpf">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<title></title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
Text
</body>
</html>
Jetzt bringt der mir folgende Fehlermeldung:
Warning: Cannot add header information - headers already sent by (output started at C:\Inetpub\wwwroot\test.php3:3) in C:\Inetpub\wwwroot\test.php3 on line 4
Warning: Undefined variable: hsvvote in C:\Inetpub\wwwroot\test.php3 on line 6
Ich habe keine Ahnung warum!
Habe auch schon den ganzen HTML kram weggelöscht, aber dann funzt es auch net! Weiß nicht mehr weiter....
Danke und tschau
trekki2003
Kommentar