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.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to