<?php
if ($_SESSION['******_SessionV_Online']=="" || $_SESSION['******_SessionV_Online']==null)
   {
      $FAIL=1;
      $error="Please Log In";
   }
else
  {
include('main.php');
   }
____________________________________________
I replaced some things with Stars(Mainly for security, not that it really matters
if your wondering why the "?>" is missing from the bottom, its because i was copying and pasting to multiple pages to fix something i did