| Share this post! | Vote this! |
|
cURL, and its PHP extension libcURL, are very useful tools for tasks like simulating a web browser, submit forms or login to a web service. In this article, I’m going to show you some amazing things that you can do using PHP and cURL.
Check if a specific website is available
Want to know if a specific website is available? cURL is here to help. This script can be used with a cron job to monitor your websites.
Don’t forget to update the script with the url you want to check on line 3. Once done, just paste it somewhere and it will let you know about the site availability.
More...
Check if a specific website is available
Want to know if a specific website is available? cURL is here to help. This script can be used with a cron job to monitor your websites.
Don’t forget to update the script with the url you want to check on line 3. Once done, just paste it somewhere and it will let you know about the site availability.
More...




0 comments:
Post a Comment