
January 7th, 2000, 08:06 PM
|
|
Apprentice Deity
|
|
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237

Time spent in forums: 4 m 8 sec
Reputation Power: 17
|
|
|
HTTP_COOKIE_VARS is not an environmental variable. getenv() will not get you anything when used with it.
You can use each() to get a list of keys from the array, which is the names of the variables stored in the cookie.
|