[PHP] FW: Cookies, Dammit!

2001-01-16 Thread Richard S. Crawford
Is there a way to: 1. Set cookies to a particular value (e.g., foo=hi and bar=ho), AND 2. Redirect the user to a new page in a different directory? AND 3. have the new page be able to retrieve the values of both foo and bar? I'm redirecting users from an index.htm page to an

Re: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Rasmus Lerdorf
1.Set cookies to a particular value (e.g., foo=hi and bar=ho), AND 2.Redirect the user to a new page in a different directory? AND 3.have the new page be able to retrieve the values of both foo and bar? No, 1. and 2. can not be done in the same request reliably. Some browsers

RE: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Richard S. Crawford
eloper NeuroHub, Inc. (916)789-4167 / (530)307-0069(cell) AIM Handle: Buffalo2K http://www.neurohub.net -Original Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 2:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] FW: Cookies, Dammit! The thing that

RE: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Richard S. Crawford
://www.neurohub.net -Original Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 3:10 PM To: Richard S. Crawford Cc: [EMAIL PROTECTED] Subject: Re: [PHP] FW: Cookies, Dammit! Any reason you don't include the contents of /index.htm into /ministe1/index.htm

Re: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Jason Brooke
. Crawford" [EMAIL PROTECTED] To: "Jason Brooke" [EMAIL PROTECTED]; "Richard S. Crawford" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 9:19 AM Subject: RE: [PHP] FW: Cookies, Dammit! The first approach is actually what we do now. However, sin

RE: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Richard S. Crawford
Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 3:37 PM To: Richard S. Crawford Cc: [EMAIL PROTECTED] Subject: Re: [PHP] FW: Cookies, Dammit! I hope you don't mind me nagging on this ;) but what do you mean by having to echo changes into the /minisite

Re: [PHP] FW: Cookies, Dammit!

2001-01-16 Thread Michael Kimsal
With due respect to your boss, PHP would make the site *more* compatible with people's browsers, without having to worry about which version(s) of javascript people have, or in fact if they even have it available. I'd pitch the accessibility angle, in your shoes, if nothing else. Good luck.