View Single Post
Old 13th October 2006, 10:52 PM   #47 (permalink)
RealR
Senior Member
 
RealR's Avatar
 
Join Date: May 2004
Location: Dundee
Posts: 4,133
Band: They are make believe
RealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to all
<?
$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
RealR is offline   Reply With Quote