my cookies set fine (I say this because I can open them up and see the variables), but I can't seem to call them at all:
echo "$cookieID";
or
print $HTTP_COOKIE_VARS[CookieID];
keeps comming back
Warning: Undefined variable: cookieID in /filename/.
Any clue to this one??
Thanks!