I have a big doubt about how I can validate a URL from PHP but that, in addition, it has https protocol or it is incorrect.
Based on this I could say if a URL is valid:
Code:
<?php
// Variable to check
$url = "http://www.w3s...
asked by
08.03.2017 / 05:26