<!--- use POST instead of GET, to keep "personal identity code" out of the URL --->
<form action="addRecord.php" method="post">
<label for="code">Personal Identity Code: </label>
<input type="text" id="code" name="code" placeholder="1234">
<input type="submit" value="Submit">
</form>
1条答案
按热度按时间6gpjuf901#
你的问题有点模糊,没有一些代码,但我猜你想要这样的东西:
index.html
addRecord.php
在对输入运行sql查询之前,请确保对输入进行了适当的清理。