/var/www/html/help/login-lookup.php
<title>HDTV Magazine - Username/Password Lookup</title>
<? require(BASE_DIR .'/includes/page_header.php');?>
</head>
<body id="body_container">
<? include(BASE_DIR .'/includes/body_header-4.php');?>
<h1>Username/Password Lookup</h1>
<div id="right" style="float:right; margin:0 0 5px 5px; text-align:center;" align="center">
<?include(BASE_DIR .'/ads/mrectangle.php');?>
</div>
<p>
Please provide the email address with which you registered below and your username and password will be emailed to you immediately.
</p>
<form method="post" name="frmLookupUsername" action="<?=$_SERVER['PHP_SELF']?>" onSubmit="return validate(this)">
<input type="hidden" name="action" value="submit">
<b>Email Address:</b>
<input type="text" class="inputText" name="user_email" value="<?=$_GET['email_address']?>" size="30" maxlength="50">
<input type="submit" class="inputButton" value="Submit">
</form>
<? include(BASE_DIR .'/includes/body_footer-4.php');?>
</body>
</html>
/var/www/html/help/login-lookup.php
<title>HDTV Magazine - Username/Password Lookup</title>
<? require(BASE_DIR .'/includes/page_header.php');?>
</head>
<body id="body_container">
<? include(BASE_DIR .'/includes/body_header-4.php');?>
<h1>Username/Password Lookup</h1>
<div id="right" style="float:right; margin:0 0 5px 5px; text-align:center;" align="center">
<?include(BASE_DIR .'/ads/mrectangle.php');?>
</div>
<p>
Please provide the email address with which you registered below and your username and password will be emailed to you immediately.
</p>
<form method="post" name="frmLookupUsername" action="<?=$_SERVER['PHP_SELF']?>" onSubmit="return validate(this)">
<input type="hidden" name="action" value="submit">
<b>Email Address:</b>
<input type="text" class="inputText" name="user_email" value="<?=$_GET['email_address']?>" size="30" maxlength="50">
<input type="submit" class="inputButton" value="Submit">
</form>
<? include(BASE_DIR .'/includes/body_footer-4.php');?>
</body>
</html>