Cookie Trouble?
Tuesday June 20, 2006
Cookies are relatively simple to use in PHP, but sometimes picking out the simplest problems can be the hardest. One common cookie problem is that you are sending data to your browser before the cookie. If this is the case, the cookie won't be set. You need to be sure to send the cookies in the header, before any HTML code is read.


Regarding your PHP Cookie tutorial at
This works but shows the server time. How do I offset the time for my time zone? I am central and my server time is an hour ahead of me.
Thanks.
Well I guess I don’t know how to use HTML on here.. your original PHP Cookie tutorial is at http://php.about.com/od/advancedphp/qt/php_cookie.htm
I guess no one checks things around here anymore? ………….