Ok this is weird.. When i do..
print_r($cookie);
It will print the conents of cookie uname
But if i do something like
echo $_COOKIE["uname"]; or echo $HTTP_COOKIE_VARS["uname"];
It does not echo the contents.
Any ideas Thank you
nevermind i guess it would help if i used the right cookie name 🙂
Thanks all.