Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <form method="post" action="test.php">
  2. <label style="margin-top: 5px;">
  3. <span style="margin-right: 18px;">Equipamento:</span>
  4. <input type="text" name="equipamento" id="equipamento" size="12" style="margin-top: 5px;" autofocus required>
  5. </label>
  6. <input style="margin-left: 20px;" type="submit" name="submit" value="Confirmar">
  7. </form>
  8. <br>
  9. <div> <?php require_once("test.php"); ?> </div>
Add Comment
Please, Sign In to add comment