/** * Main.php * * This is an example of the main page of a website. Here * users will be able to login. However, like on most sites * the login form doesn't just have to be on the main page, * but re-appear on subsequent pages, depending on whether * the user has logged in or not. * * Written by: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC) * Last Updated: August 26, 2004 */ include("include/session.php"); ?>
![]() |
"; //echo "Member Total: ".$database->getNumMembers()." "; //echo "There are $database->num_active_users registered members and "; //echo "$database->num_active_guests guests viewing the site. "; //include("include/view_active.php"); ?> |