Is this a correct way to retrieve the value of a stored cookie named "Name": $val = $HTTP_COOKIE_VARS["Name"]; I have been having trouble getting this to work.
Thanks in advance!
yes,
also just $Name should work also.
dont forget to declare it globally if using in a function
Cheers! At least I now know to keep trying!