Hi,

You have two problems in these line:


Harlequin said:
>
> if ($_SESSION["Authorised"]="Yes");


1. The obvious ";" at the end of the line.
2. $_SESSION["Authorised"]="Yes" it's different to write:
   $_SESSION["Authorised"]=="Yes"


Cheers,


-- 
Rodrigo Castro Hernandez

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to