* Thus wrote Rodrigo Castro Hernandez:
> 
> 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"
> 

nice catch.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to