小樱 发表于 2024/7/7 18:55

用php代码来检查post提交内容的数字大于0,并且小于等于1000

用php代码来检查post提交内容的数字大于0,并且小于等于1000

$repeat = $_POST["repeat"];
if($_POST["repeat"]>0 && $repeat<=1000)

页: [1]
查看完整版本: 用php代码来检查post提交内容的数字大于0,并且小于等于1000