Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <?php
  2. session_start();
  3. // Check if he wants to login:
  4. if (!empty($_POST[username]))
  5. undefined
  6.  
  7. ?>
  8.  
  9. <html>
  10.     <head>
  11.         <title>Login</title>
  12.     </head>
  13.     <body>
  14. <body bgcolor="Black" text="Red"
  15.         <form action="login.php" method="post">
  16.             <table width="75%" border="100" align="center" cellpadding="3" cellspacing="1">
  17.                 <tr>
  18.                     <td width="100%">News: None Yet</td>
  19.                 </tr>
  20.                 <tr>
  21.                     <td width="100%"><label>Username: <input type="text" name="username" size="10" value=""></label></td>
  22.                 </tr>
  23.                 <tr>
  24.                     <td width="100%"><label>Password: <input type="password" name="password" size="25" value=""></label></td>
  25.                 </tr>
  26.                 <tr>
  27.                     <td width="100%"><input type="submit" value="Login!"></td>
  28.                 </tr>
  29. <big><big>Our Website Is Still In Developing:( We Will Be Done soon;)</big></big>
  30. <br>
  31. <br>
  32. <br>
  33. <Img SRC:"
  34. <br>
  35. <br>
  36. <br>
  37. <br>
  38. <br>
  39. <br>
  40.        
  41.             </table>
  42.         </form>
  43.     </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement