<?php include('secure.class.php'); // include the class $secure = new secure(); // load the class $secure->secureGlobals(); // run the main class function ?>