commit | author | age | ||
5686c9 | 1 | <form action="" method="POST"> |
JK | 2 | <p> |
3 | User: <input type="text" name="user" /><br /> | |
4 | Attributes: <input type="text" name="attributes" /> | |
5 | <input type="hidden" name="service" value="<?php echo htmlspecialchars($_GET['service']); ?>" /> | |
6 | </p> | |
7 | ||
8 | <p><input type="submit" /></p> | |
9 | </form> |