Show Output
Validate an IP Address in PHP
$ip is a valid IP address"; } else { echo "The
$ip
is not a valid IP address"; } ?>