<div class="barCenter">
<form name="form1" method="post" action="manage-check.php">
<fieldset>
<dl>
<dt>
<label for="username">User Name:</label>
</dt>
<dd>
<input name="myusername" type="text" id="myusername" />
</dd>
<dt>
<label for="password">Password:</label>
</dt>
<dd>
<input name="mypassword" type="password" id="mypassword" />
</dd>
</dl>
<div class="barsubmit-center">
<input type="submit" id="flogin" name="Submit" value="Login" />
</div>
</fieldset>
</form>
</div>
<?
if ($error==""){
echo "";
}
else {
echo "wrong login information";
}
?>