943,342 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 7719
  • PHP RSS
Jul 4th, 2003
0

DNS record types

Expand Post »
in php i came accross the function checkdnsrr. optionally, you can enter one of the following dns record types:
A, MX, NS, SOA, PTR, CNAME, AAAA, or ANY. The default is MX.

i have no idea what any of them mean but wanted to use this function to verify e-mail address domains and links in real-time.
Similar Threads
Reputation Points: 11
Solved Threads: 3
Junior Poster in Training
evilmonkey29 is offline Offline
71 posts
since Aug 2002
Jul 4th, 2003
0

Re: DNS record types

http://www.dns.net/dnsrd/rr.html might be of some help...I googled for dns record types and many results came up
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Riker is offline Offline
11 posts
since Jun 2003
Jul 5th, 2003
0

Re: DNS record types

thanks. that somewhat helps.
sorting through the data and after some googling i found the following:

A = address (i think it means you give it a domain name and it will check for an ip address)
MX = mail exchange (i'll use it to verify e-mail addresses)
NS = name server
SOA = start of authority (the first record in every properly configured zone, contains info about the zone)
PTR = pointer (looks to be same as CNAME except instead of 192.168.0.1 you would enter 1.0.168.192.IN-ADDR.ARPA)
CNAME = canonical name (the real name of a host - i think this means if you give it an ip address, it'll check to see if there's a domain name associated with it)
AAAA = IPv6 address (IPv6 increases IP address size from 32 to 128 bits for more levels of hierarchy)
ANY = i take it that means all of the above.

sites i found helpful:
http://www.menandmice.com/online_doc...lossarytoc.htm

please correct me if i interpreted the info wrong. hope this helps people.
Reputation Points: 11
Solved Threads: 3
Junior Poster in Training
evilmonkey29 is offline Offline
71 posts
since Aug 2002
Feb 19th, 2005
0

Re: DNS record types

I highly recommend picking up a book or ebook on DNS.
Reputation Points: 10
Solved Threads: 3
Light Poster
mcldev is offline Offline
31 posts
since Feb 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: mysql_connect
Next Thread in PHP Forum Timeline: PHP File Searching





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC