session_start(); error_reporting(0); include_once("dblogin.php"); include_once("functions.php"); include("inc.header.php"); $mainaction = (isset($_GET['ma']))?$_GET['ma']:""; $subaction = (isset($_GET['sa']))?$_GET['sa']:""; if(!isset($_SESSION['logged']) OR $_SESSION['logged'] != "1"){ ?>