Guest User

main_login.php

a guest
Sep 11th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.92 KB | None | 0 0
  1. <?
  2. session_start();
  3. include("functions.php");
  4. ?>
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <link href="style.css" rel="stylesheet" type="text/css">
  7. <br>
  8. <br>
  9. <br>
  10. <br>
  11. <table width="300" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="">
  12. <tr>
  13. <form name="form1" method="post" action="checklogin.php">
  14. <td>
  15. <table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="">
  16. <tr>
  17. <td colspan="3"><strong> Login </strong></td>
  18. </tr>
  19. <tr>
  20. <td width="78">Username</td>
  21. <td width="6">:</td>
  22. <td width="294"><input name="myusername" type="text" id="myusername"></td>
  23. </tr>
  24. <tr>
  25. <td>Password</td>
  26. <td>:</td>
  27. <td><input name="mypassword" type="password" id="mypassword"></td>
  28. </tr>
  29. <tr>
  30. <td>&nbsp;</td>
  31. <td>&nbsp;</td>
  32. <td><input type="submit" name="Submit" value="Login"></td>
  33. </tr>
  34. </table>
  35. </td>
  36. </form>
  37. </tr>
  38. </table>
Advertisement
Add Comment
Please, Sign In to add comment