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