dns_get_record Question
Posted
by Batfan
on Stack Overflow
See other posts from Stack Overflow
or by Batfan
Published on 2010-06-08T20:30:52Z
Indexed on
2010/06/08
20:42 UTC
Read the original article
Hit count: 135
php
I am setting up a dns lookup form using dns_get_record. I set it up to check the A Record and MX Records of the domain that is input. However, I would like it to also display the IP address of the displayed MX Records. Is this possible?
© Stack Overflow or respective owner