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


Gotta love c style languages where variable assignment is like variable
comparison.

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

Reply via email to