HTML ??
????? ???? ??? ???????? ??? HTML ??? ???? ????. ??? ??? ??? ???? ??? ??? ? ???? ??? ????? ??? ?? ??? ???? ??? ? ????.
??:
<form method="傳送方式" action="服務(wù)器文件">
??:
1.<form>: <form> ??? <form>? ???? < /??>?.
2.action: PHP ???(save.php) ? ???? ??? ???? ???? ????.
3.method: ??? ??(get/post) ?????.
<form method="post" action="save.php"> <label for="username">用戶名:</label> <input type="text" name="username" /> <label for="pass">密碼:</label> <input type="password" name="pass" /> </form>
??:
1. ?? ?? ???(??? ??, ??? ??, ??, ??? ??, ??? ?)? ???? ???. <form></form> ?? ??(??? ??? ???? ??? ??? ??? ???? ?? ? ????!)
2. ???? ???: post/get ? ??? ??? ?????? ???? ? ?????. ?? ?? ???? ??? ??? ?? ? ??? ??? ??? ???.