dd
dd(220.122)
2015-09-21 00:13:00
추천 0
<form name="form1" action="" method="post">
| Name: | <input name="urname" style="width: 200px;" type="text" value="James Markus"></td>
|
| Credit card number: | <input name="ucc" style="width: 200px;" type="text" value="1254-5498-5233-5569"></td>
|
| E-Mail: | <input name="uemail" style="width: 200px;" type="text" value="example@vulnweb.com"></td>
|
| Phone number: | <input name="uphone" style="width: 200px;" type="text" value="+44 123 12345 123"></td>
|
| Address: | <textarea name="uaddress" style="width: 200px;" rows="5" wrap="soft">North London, London, England</textarea></td>
|
| <input name="update" type="submit" value="update"></td> |
</form>
댓글 0