I’m creating a dns-overview after you input a domainname. I get my information by using:
$dnsinfo = (dns_get_record($_POST['txtdomein'], DNS_ANY));
After I get the information I want to check if the nameservers and mail servers etc. are responding. So i have to request a response. How do i do that with php?
Greetz
question is solved.
i’m now using:
Thx for the support sberry:)