當我點擊「發送‘請求’按鈕,查詢字符串?req_flag=0
從URL中消失 我在哪裏在這裏犯了一個錯誤我需要以下網址:?localhost/flavourr/send_req.php?req_flag=0&f_e_mail_add=value
HTML格式的字符串錯誤
<pre>
<form method="get" action="send_req.php?req_flag=0">
<input type="text" name="f_e_mail_add" value="Enter email of your friend" onblur='if (this.value == "") {this.value = "Enter email of your friend";}' onfocus='if (this.value == "Enter email of your friend") {this.value = "";}' size="35" />
<input type="submit" value="Send Request" />
</form></pre>
請發佈一些HTML代碼 –
您可能需要爲我們提供更多信息,例如某些代碼? – marto