'); echo(""); echo(""); echo(""); echo(''); echo(""); echo(''); echo('
First name
Last name
Email address

Requested Username
'); } include("html/newuserheader.inc"); if ($action == 'Create') { include('../DBEngine.php'); $db = new DBEngine; $error = $db->createUser($firstname, $lastname, $email, $username); if (strlen($error) != 0) { echo(''); echo($error); echo('
'); drawForm($firstname, $lastname, $username, $email); } else { echo('Your account has been created, your password will be emailed to you shortly. Please return home and login.'); } } else drawForm('','','',''); include('html/standardfooter.inc'); ?>