if (intval(($text) > 5)) {
header("Location: http://a???.php");
} else {
header("Location: http://a???/show.php");
}
$test
入力されたint値と、それが5(12345,12321,22222)より大きいかどうかを比較したいと思います。しかし、それは機能しません
if (intval(($text) > 5)) //compare the value entered to see if it's greater than 5