Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- How to get the value of a Cookie?


nimonogi - 1:11 pm on Apr 14, 2008 (gmt 0)


Hello,

How can i get the Value of a cookie?

Set the cookie:

setcookie("name", "value", time() - 3600);

Read the cookie:

(isset($_COOKIE["name"]))

I want to read the value not just the name.

Thanks in advance!


Thread source:: http://www.webmasterworld.com/php/3626385.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com