I am trying to check at the click of a button if a domain name is properly forwarded to a specific URL. How can I do this with PHP? I cannot find any script like this when I did research on this, nor do my developers know how to do this.
try
dns_get_record
Here's a link!