Remember that the value of a cookie if updated is not available until the
next time it's loaded.  So, updated & set the cookie, then set a variable to
the new value and use the variable in the page.

e.g.
    setcookie("blah"......etc)
    $blah="xxx";



"Science" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>      Does anybody know how to update the value in the cookie?
> Thanks
>
> DP
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to