session_start(); if(strlen($HTTP_SESSION_VARS["member"]) < 1) { header("Location: /Members/loginarea.php"); exit; } ?>