Click to See Complete Forum and Search --> : cookie-array on IIS4


owingruters
07-04-2002, 12:21 PM
Hi,

I have had cookies set and read on an IIS5 server. Installing it on IIS4 doesn't work.

I use the following script to set te cookie:
setcookie ("cookie[three]", "cookiethree");
setcookie ("cookie[two]", "cookietwo");
setcookie ("cookie[one]", "cookieone");


and read it back using the following:

if (isset ($cookie)) {
while (list ($name, $value) = each ($cookie)) {
echo "$name == $value<br>\n";
}
}

Anybody know's how to make it work on IIS4?

Greetz,
Owin

Anon
07-04-2002, 01:39 PM
What is the best script for antispamm in my guestbook?

owingruters
07-05-2002, 03:44 AM
sorry?

JH2000 wrote:
-------------------------------
What is the best script for antispamm in my guestbook?