<?php
require_once
("
/wwws/functions.php");
$user=sessbegin();
// are they logged in (session started)?
require_once
("
auth.php");
auth($user);
// are they allowed to see this page?
require_once
("
/wwws/default.php");
$mainitem
= "Forms";
phasbegin();
// show site-wide banner and navigation
// begin content
--------------------------------------------------------------------