Check whether url or domain exists using php

This Tutorial Has Been Viewed 1,436 Times.

This is a very simple script to check whether a website exist or not using php.We will be passing the required url as a query string and get that using $_GET
the URL should look like this

http://www.mydomainfortest.com/testurl.php?myurl=http://mistonline.in

Save the below file as testurl.php or whatever :) make sure to change the url style with the exact file name.

Download the file here

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Incoming search terms:





You will also be interested in ,

Tags: ,

Leave a Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in PHP, scripts (63 of 150 articles)


parse_url is a built in php function which can be used to parse url and get the type of request ...