我在 .php 中有一个类似于下面的表格。每当用户在列表框中选择或在我的表单的文本框中输入任何内容时,当他们单击提交时,它会在加载和检索数据后重置所选值。我想至少保留选定的值,直到它们离开页面。
<form action = "samefile.php" method = "post">
Enter Start Date <input type = '"text" name = "startdate" > </br>
Enter End Date <input type = "'text" name = "enddate" > </br>
Enter Organisation Name <input type = 'text" name = "organisation" > </br>
submit <input type = '"submit" value = "Fetch Data" > </br>
</form>