PHP Curl allows you to validate if a given URL exists. What you need to do is just a simple function as follows, which takes an input URL and returns the code. If the returned code is 200, then the URL exists, else it doesn’t!
Continue reading ‘To validate if an URL exists, use PHP CURL’
Recent Comments