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