What the hell have I done this time...?

Well, more to the point - what gave I missed...?



if ($_SESSION["Authorised"]="Yes");
{
// Body ~ Verified User:
echo "<br><br><br>";
echo "<p>Thank you $UserCName, Now please just provide the following
information
and your aProfile will be loaded.";
 }
else     <<<----- The offending line...!
{
echo "You need to go back and complete the fields correctly...!";
}

-- 
-----------------------------
 Michael Mason
 Arras People
 www.arraspeople.co.uk
-----------------------------

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

Reply via email to