"; include_once( "includes/login.php" ); echo ""; } elseif( $_SESSION['useradmin']['status'] == "3" || $_SESSION['useradmin']['status'] == "0") // check if the user sat is still at 0 = Pending 1 { echo "
Sorry Your Information has not yet been verfiyied. Still Pending
"; unset ($_SESSION['useradmin']); echo "Back to Login
"; } elseif( $_SESSION['useradmin']['status'] == "2" ) // check if the user sat is still at 0 = Pending 1 { echo "
Sorry Your Account Has Been Decline
"; unset ($_SESSION['useradmin']); echo "Back to Login
"; } else { // allow the none pending user to post >> ?>