Page is a not externally linkable
nimonogi - 1:11 pm on Apr 14, 2008 (gmt 0)
How can i get the Value of a cookie? Set the cookie: Read the cookie: Thanks in advance!
Hello,
setcookie("name", "value", time() - 3600);
(isset($_COOKIE["name"]))
I want to read the value not just the name.