PHP Code: http://www.desmond-otoole.co.uk/library/ view source = <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”> <html> <head> <title>Library Home</title> <META http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″> <META http-equiv=”imagetoolbar” CONTENT=”no”> <link rel=”stylesheet” href=”stylesheets/Library.css” type=”text/css”> <link rel=”stylesheet” href=”stylesheets/LibraryMenu.css” type=”text/css”> </head> <body> <div id=”PageTitle”>   <img src=”images/LibraryBanner.jpg” alt=””> </div> <div id=”navigation”> </div> <div id=”PageContent”> <!– <div style=”float:left;height:350px;margin-right:10px”> –> <h2>Login</h2> <form action=”LogMe.php” method=”post”> <div><br><br>&nbsp;User name:<br></div> <div><input type=”input” name=”Name” size=”25″ maxlength=”20″ value=””>&nbsp;<span style=”color:red”></span></div> <div><br><br>&nbsp;User Key:<br></div> <div><input type=”password” name=”PWD1″ size=”50″ maxlength=”35″ value=””>&nbsp;<span style=”color:red”></span></div> <div style=”height:20px”>&nbsp;</div> <div><a href=”iforgot.php”>Forgot User key</a><br><br></div> <div><input class=”MyButton” type=”submit” value=”&nbsp;&nbsp;Login&nbsp;&nbsp;”>&nbsp;&nbsp;Login is for 10 minutes only. Re login required. </div> </form> </div> </body> </html>  This is confusing. If I …

Where is Graham Read more »