• Index
  •  » PHP
  •  » Cannot Modify Header Information

#1 2006-09-30 23:05:07

pureDesi
New member
Ranking
Registered: 2006-09-30
Posts: 1
Expertise

Cannot Modify Header Information

Ok, I have a problem that I'm guessing has a very simple fix. But I can't seem to find it.
This is the exact contents of the file:

Code::

<?
setcookie("test", "", time()-30);
setcookie("test", $_GET['value'], time()+30);
echo $HTTP_COOKIE_VARS["test"];
?>

When I run it the first time, it's fine, but then everytime after that I get the following error message:

Code::

Warning: Cannot modify header information - headers already sent by (output started at /home2/monkey/public_html/main/test.php:3) in /home2/monkey/public_html/main/test.php on line 3

Anybody know what's wrong? smiley-wacko

Offline

 

#2 2006-10-08 08:14:07

sachin
Moderator
RankingRanking
Nepal
From: Kathmandu
Registered: 2006-09-18
Posts: 45
Expertise

Re: Cannot Modify Header Information

Do you have something like
header("location:nextpagename.php")
somewhere in that page?

Or can you paste the code of the whole page?

Offline

 
  • Index
  •  » PHP
  •  » Cannot Modify Header Information

Board footer

OPML feedsRSS feeds



Powered by WWWThreads Forum
© Copyright 2006, WWWThreads