if (filter_var($string, FILTER_VALIDATE_URL)) { // you're good }
Check if URL has certain string with PHP - Stack Overflow