bookmark_borderHow to check website status using PHP cURL

Today we are going to see about the website status, if you are having multi domains but want to check the website status its up or down.

 

You can go with below source code, which will tell you. Now we will create simple php file which have php and html code source. Our php script will check will valid url or not using filter_var function and getting header response from curl.

Continue reading “How to check website status using PHP cURL”