if (intval(($text) > 5)) {
header("Location: http://a???.php");
} else {
header("Location: http://a???/show.php");
}
我想比较输入的 int 值$test
是否大于 5(12345,12321,22222)。但它不起作用
if (intval(($text) > 5)) //compare the value entered to see if it's greater than 5