Show Output
Sanitize and Validate a URL in PHP
$url is a valid website url"; } else{ echo "The
$url
is not a valid website url"; } ?>