This is a discussion on Re: problem with cookie within the PHP Language forums, part of the PHP Programming Forums category; "Jose" <josecarlos@siadv.com> wrote: > "Jon Kraft" <jon@jonux.co.uk> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Jose" <josecarlos@siadv.com> wrote:
> "Jon Kraft" <jon@jonux.co.uk> escribió: >> "Jose" <josecarlos@siadv.com> wrote: >> >> > i have used $_cookie["cookie´s name"] and Http_cookies_vars["cookie´s >> > name"] but it isn´t correct. >> >> The correct array depends on your PHP version, but the two are: >> >> $_COOKIE // not $_cookie >> $HTTP_COOKIE_VARS // not Http_cookies_vars > > Sorry i have writen HTTP_COOKIE_VARS[] > the page where i use the cookie is the next, but i don´t knows why don´t > runs it. Could you please post the relevant code? JOn |