Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.59 KB | None | 0 0
  1. <?php include ("includes/header.php")?>
  2.  
  3. <table id="structure">
  4. <tr>
  5.     <td id="navigation">
  6.         <ul class="subjects"></ul>
  7.         <li class="selected"><a href="Staff.php">Return to Main Menu</a></li>
  8.         </td>
  9.     <td id="page">
  10.         <h2>Create New User</h2>
  11.         <form action="" method="POST">
  12.             Username: <input type="text" name="username" class="reqd"/><br/>
  13.             Password: <input type="password" name="password" class="reqd"/><br/>
  14.             <input type="Submit" name="Submit" value="Create User"/>
  15.         </form>
  16. <?php include ("includes/footer.php")?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement