Advertisement
kozel

login frontend

Mar 10th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. include "login.php";
  3. ?>
  4.  
  5. <form action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
  6. Username: <input type="text" name="username" /><br>
  7. Password: <input type="password" name="password" /><br>
  8. <input type="submit" value="Submit" name="submit" />
  9. <input type="hidden" name="login" value="1" />
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement