我在我的index.php'
中有这个表单<form id="form1" name="form1" method="post" target="foo" action="include/database.php">
<input type="text" name="betamount">
<input type='text' name="multipler">
<input type="checkbox" name="hilo" value="High" checked>
<input type="submit" name="submit" value="Bet">
在我的database.php中:
我连接到我的mysql数据库
获取帖子值
将它们上传到数据库,然后关闭连接
那就是,这不是有效的,有人可以尝试每秒运行一千个请求,并且确定可能存在一些问题
有没有办法让它连接一次,然后只运行查询?