| | |
DNS record types
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2002
Posts: 71
Reputation:
Solved Threads: 2
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.
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.
http://www.dns.net/dnsrd/rr.html might be of some help...I googled for dns record types and many results came up
•
•
Join Date: Aug 2002
Posts: 71
Reputation:
Solved Threads: 2
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.
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.
![]() |
Similar Threads
- New DNS Record (Domains and DNS)
- DNS record type issue (Domains and DNS)
- DNS Record - point to server/helpdesk (Domains and DNS)
- DNS Records (Domains and DNS)
Other Threads in the PHP Forum
- Previous Thread: mysql_connect
- Next Thread: PHP File Searching
| Thread Tools | Search this Thread |
# 5.2.10 access alexa apache api array beginner binary broken cakephp checkbox class clean clients cms code convert cron curl database date directory display dissertation dropdown dynamic echo echo$_get[x]changingitintovariable... email encode error fairness file folder form forms function functions google hack href htaccess html image images include indentedsubcategory ip javascript joomla legislation limit link local login mail memberships menu methods mlm multiple multipletables mysql mysqlquery newsletters oop open passwords paypal pdf persist php provider query radio random redirect script search secure server sessions simple sockets source space spam sql system table tutorial upload url user variable video voteup web youtube





