<?php // phpCheckZ Session Starter (This must be at the top of your document above your <-!doctype-> <-html-> declaration tags.) session_start(); ob_start(); ?>
<!-- phpCheckZ Headers --> <link href="phpcheckz/includes/includes.css" rel="stylesheet" type="text/css"> <script src="phpcheckz/scripts/jquery.js" type="text/javascript"></script> <script src="phpcheckz/scripts/main.js" type="text/javascript"></script> <!-- phpCheckZ Headers -->
<?php // The ID of the Checklist you would like to show $checklistID = "15"; // Would you like to show a chart below the checklist? $show_chart = "yes"; require_once 'phpcheckz/includes/include_checks.php'; ?>
<?php // Load the Register Include require_once 'phpcheckz/includes/include_register.php'; ?>