[PHP] setcookie problem: Cannot add header information - headers already sent by

2002-03-12 Thread bob
here is the example: Feedback form Feedback form ENDH; // End of page header // Saving the page footer in the variable $tail. $tail = << ENDT; // End of page footer // Set up variables that will be saved in the cookies // Define unique cookie prefix $ID = "My_ID"; // Co

Re: [PHP] setcookie problem

2001-07-03 Thread Christian Reiniger
On Monday 02 July 2001 21:32, scott [gts] wrote: > probably becuase time() is seconds since 1970, and as > far as i understand, once it gets over 999,999,999 > it will not work correctly becuase it will roll over > (similar to the Y2k bug) and become 000,000,000 Typically the limit is 2^31 secon

RE: [PHP] setcookie problem

2001-07-02 Thread scott [gts]
utlive you, if that timestamp was really acceptable :) > -Original Message- > From: Mark Lo [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 12:33 PM > To: php general > Subject: [PHP] setcookie problem > > > Hi, > >How to set a forever cookie into cli

[PHP] setcookie problem

2001-07-02 Thread Mark Lo
Hi, How to set a forever cookie into client machine. I use the following syntax to set the cookie, but when I close the brower's window, then the cookie is deleted when the browser closed. setcookie("buyerid",$email,time()+360,"","$domain"); setcookie("buyeridpasswd",$passwd,time()+3

Re: [PHP] Setcookie problem in ie 5.0

2001-01-19 Thread Krzysztof Dziekiewicz
On Fri, 8 Dec 2000, Rustam Nabirov wrote: > I'm using IE5.0 on Win98, it's as simple as it gets. But still I don't see > any cookies saved. As far as I understand, on this platform cookies get > saved in C:\WINDOWS\Cookies, and C:\WINDOWS\Temporary Internet Files has > only shortcuts to those coo