<?php
$database = new Database ( $GLOBALS [ 'config' ] [ 'db' ] );
$database->connect ( );
if ( isset ( $_POST [ 'forgot_email' ] ) ) {
//...
}
elseif ( isset ( $_POST [ 'forgot_username' ] ) ) {
?>
<!DOCTYPE HTML>
<html>
<head>
<title>BJPHoster URL Shortener | Password Reset</title>
</head>
<body>
<center>
<p>Reset your password here - Placeholder</p>
</center>
</body>
</html>