So, basically, I need the PHP equivalent of the following DNS queries:
dig @dns.google yahoo.com A
dig @8.8.8.8 yahoo.com A
but to run them from PHP.
Thanks for all the suggestions.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
So, basically, I need the PHP equivalent of the following DNS queries:
dig @dns.google yahoo.com A
dig @8.8.8.8 yahoo.com A
but to run them from PHP.
Thanks for all the suggestions.