Show Output
Validate an Integer in PHP
$int is a valid integer"; } else { echo "The
$int
is not a valid integer"; } ?>