<form action="http://somedomain.com/login/select_from_users.php" method="GET">
User name: <input type="text" name="user_name" size="10">
Password: <input type=text name="password" size="8">
<input type="submit" value="Query">
<input type="reset" value="Clear">
如果已經完成了「John Smith」
和「one&two&」
:數據將如何被編碼和發送?
如果你不想在'查詢String'待觀察你的價值觀然後使用'POST'方法 – DON
不清楚你在這裏問什麼。你是問如何編碼的字符串看起來像什麼或瀏覽器做得到編碼的字符串? –