Re: [PHP-DB] cookie problems

2001-07-11 Thread Tom
The variables wont become available until the cookies are read - which happens when the script is first loaded. Normally the cookies are set, then a header is sent to reload the page - but be carful not to create an endless loop of browser reloading... Check out the examples on: http://www.p

Re: [PHP-DB] cookie problems

2001-07-10 Thread Ken Sommers
HI, my guess is is that the cookies will be killed the NEXT time you run this script. Ken - Original Message - From: "Brad Lipovsky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 10, 2001 11:24 PM Subject: [PHP-DB] cookie problems > can anyone help me with this code?