Reading a Cookie
Hey...
I bascially need to read the only entry into a cookie, and store it for a variable...how would I read the cookie?
I tried looking on php.net, but they were not help...only showed how to open the cookie.
Thanks.
Hey...
I bascially need to read the only entry into a cookie, and store it for a variable...how would I read the cookie?
I tried looking on php.net, but they were not help...only showed how to open the cookie.
Thanks.
Suzanne posted this at 04:30 — 29th February 2004.
She has: 5,507 posts
Joined: Feb 2000
http://ca2.php.net/manual/en/function.setcookie.php
You open it and then have access to the $_COOKIE information.
kb posted this at 23:06 — 1st March 2004.
He has: 1,380 posts
Joined: Feb 2002
thanks.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.