我想的想法是把值放在程序里`需要提交的时候对比数据对比相等则执行入库命令
不相等着不执行入库或者把值放到数据库里面 提交的时间读取数据来对比`相等 则继续`不相等则停止``
具体怎么实现``新人不是很懂<form id="form1" method="POST" action="index2.php">
<input type="radio" name="phone" value="133"> 3点
<input type="radio" name="phone" value="135"> 5点
<input type="radio" name="phone" value="14"> 10点
<input type="radio" name="phone" value="145"> 15点
<input type="radio" name="phone" value="15"> 20点
<input type="radio" name="phone" value="155>"> 25点
<input type="radio" name="phone" value="16"> 30点
<br>
<br>
<input type="radio" name="phone" value="127"> 3点
<input type="radio" name="phone" value="125"> 5点
<input type="radio" name="phone" value="12"> 10点
<input type="radio" name="phone" value="115"> 15点
<input type="radio" name="phone" value="11"> 20点
<input type="radio" name="phone" value="105>"> 25点
<input type="radio" name="phone" value="1"> 30点
<br>
<br>
<br>
<input type="submit" value="提交">
</form>
</html>