This is a discussion on Re: problem with cookie within the PHP Language forums, part of the PHP Programming Forums category; Jose wrote: >> > i have used $_cookie["cookie´s name"] and Http_cookies_vars["cookie´s >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jose wrote:
>> > i have used $_cookie["cookie´s name"] and Http_cookies_vars["cookie´s >> > name"] but it isn´t correct. i may be wrong on this, but i would be surprised if a cookie's key is allowed to have the apostrophe character in it. Check your cookies in your browser and see if it has actually been set. To be safe, use only alphanumeric/underscore characters in your cookie names. -- ----- stephan beal Registered Linux User #71917 http://counter.li.org I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. |