RE: [PHP] Error with Cookies and SSI

2001-02-06 Thread Ben Wiechman
ld execute everything else without a hitch, but fail to read the cookie vars. -Original Message- From: DanO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 4:07 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Error with Cookies and SSI you could try exec cgi, but i can't say de

RE: [PHP] Error with Cookies and SSI

2001-02-06 Thread DanO
sounds like your php script cannot write to the header, which means you'll have to set cookies (gasp!) client-side. there are some handy javascript cookie libraries that can make this much easier on you. such as: http://hotwired.lycos.com/webmonkey/javascript/code_library/wm_ckie_lib/ fear not