Advertisement
Guest User

login_frontend

a guest
Mar 10th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. include "login.php";
  3. ?>
  4.  
  5. <form 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.    
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement