Posted by Anonymous on Thu 28th May 07:09 (modification of post by view diff)
download | new post
- <?php
- // start the session
- ?>
- <html>
- <head>
- <title>Secure Portal Login</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- </head>
- <body>
- <h2 align="center"><font color=blue face="Verdana">Secure Portal Login</h2>
- <form action="auth.php" method="post">
- <tr>
- <div>
- <TABLE border=0 align="center"> <TR>
- <div>
- <td align="right" ><font size=1> Username </td>
- <td align="right"><input name="username" type="text" size=30 id="username"></td>
- </tr>
- <tr>
- <td align="right"><font size=1> Password </td>
- <td align="right"><input name="password" type="password" size=30 id="password"> </td>
- </tr>
- <tr>
- <td align="right" colspan="2"><input name="btnsubmit" type="submit" value="Login"></td>
- </tr>
- </table>
- </div>
- <p align="center"><font color=silver><font size=1 > Access to this system is granted only to permitted
- users within this organisation.<br>
- Please <b>do not</b> attempt to logon unless you have permission to do so.</p>
- </form>
- </body>
- </html>
- <?php
- // stop at this point
- ?>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.