In my previous post about email validation one user pointed out that this will not actually validate if a website’s domain actually exists. Here is a simple function that will do just that, determine if a website exists using PHP and cURL.
Edit: After searching a bit, I found another similar cURL solution that checks the [...]