Hello,
I am having difficulty calling cookies from any other page than a refresh of the page where they were set. I am not providing path info. The set cookie code is as follows:
setcookie ("cookie_state", $state);
The code I am using to call the cookie is as follows:
echo $cookie_state;
Can anyone tell me what I am doing wrong?