<?
$block = 0;
if($myrow["activemember"]!="Yes")
{
$block ++;
//echo "<br><br>* Only active members can access this area of the site. You have access to the public areas (top left) and can edit your profile.<br><br>";
}
if($myrow["verified"]==0)
{
$block ++;
//echo "<br>* Your account has yet to be verified. Until then you have access to the public areas (top left) and can edit your profile.<br><br><br>";
}
if($block == 0){
?>
My web code sucks, please dont tell my boss
