Re: [PHP] Reading the value in a cookie

2002-02-20 Thread Steven Walker
Brandon, There are a few things about cookies that are not completely. I may be wrong about this, but this is what I've found: • When a cookie is set, it must be passed before any other headers or tags. But the cookie is not actually available to the page it was set on. If the user reloads th

Re: [PHP] Reading the value in a cookie

2002-02-20 Thread James Taylor
http://www.php.net/manual/en/function.setcookie.php Also, read up on any other cookie related functions linked from that page. On Wednesday 20 February 2002 10:04 am, you wrote: > Hello, > > I know how to set a cookie. How do I read the value of that cookie the > next time that person returns t

[PHP] Reading the value in a cookie

2002-02-20 Thread Brandon Orther
Hello, I know how to set a cookie. How do I read the value of that cookie the next time that person returns to my website? Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com --