Show Output
Validate an Integer Within a Range in PHP
array("min_range" => 0,"max_range" => 100)))){ echo "The
$int
is within the range of 0 to 100"; } else { echo "The
$int
is not within the range of 0 to 100"; } ?>