RE: [PHP] setcookie statements are giving me error

2004-04-14 Thread Ryan Schefke
ROTECTED] Sent: Wednesday, April 14, 2004 3:29 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] setcookie statements are giving me error * Thus wrote Ryan Schefke ([EMAIL PROTECTED]): > > cannot modify header errors, which tells me there's nothing wrong with my > main script. Am I doing some

Re: [PHP] setcookie statements are giving me error

2004-04-14 Thread Curt Zirzow
* Thus wrote Ryan Schefke ([EMAIL PROTECTED]): > > cannot modify header errors, which tells me there's nothing wrong with my > main script. Am I doing something wrong with cookies here? > > "Warning: Cannot modify header information - headers already sent by." You're missing the most import

[PHP] setcookie statements are giving me error

2004-04-14 Thread Ryan Schefke
I'm trying to set multiple cookies and getting the error below. I removed all of the white spaces and extra lines before and after my , so, that shouldn't be an issue. I get the error for each cookie and it echoes back as "...cookie not set" like I coded. This is the code chunk I'm trying to r