Hi,
I am trying my hardest to find a way using PHP to retrieve ALL the records in a zone file from a name server.
basically, i want to write a function like,
function DNSClass($domain, $serverhostname) {
}
and this function would contact the name server ($serverhostname) and retrieve ALL the records (A,PTR,CNAME,NS,MX,etc,etc) for domain name ($domainname) and put them into arrays.
can this be done, I hope so..
please please please reply as soon as you can.....
Many thanks, many many many thanks,
Christian Sacks