Re: [PHP] Help w/Cookie Problem

2001-03-15 Thread Jack Dempsey
just looking at what you said quickly, what about scope? if i can't access something inside a function, its usually because i haven't declared it global...does this not apply to cookies? jack Jack Sasportas wrote: > > If I have a cookie request in a function, and check the value of a > cookie,

[PHP] Help w/Cookie Problem

2001-03-15 Thread Jack Sasportas
If I have a cookie request in a function, and check the value of a cookie, I get that there is no value, if I check for the value outside of the function, I see the value. What should I do to ? ( SAMPLE BELOW ) function f_check_security() { # $c_uas_time is the cookie I want the value of