$_SESSION['details_captured'] = "yes";
single =, and there is no need to "reset" the session variable.
[EMAIL PROTECTED] wrote:
Hi all...
I have a form that captures data, before then showing a few download
links...
However, If the user is in our office, I want to bypass the form...
so at the ve
Hi Tris,
> reset the session variable:
> $_SESSION['details_captured'] == FALSE;
>
> Re-asign it to yes:
> $_SESSION['details_captured'] == "yes";
You're using ==, which is the comparison operator - give it a go with just a
single = instead.
Cheers
Jon
--
PHP General Mailing List (http://www.p
2 matches
Mail list logo