News Feed
Jobs Feed
Sections




News Archive
Vanessa Vasile's Blog:
Using PHP to Perform DNS Lookups
July 01, 2010 @ 11:37:51

In a handy little post to her blog today Vanessa Vasile has an example of how to use built-in PHP functions to perform DNS lookups in your scripts.

PHP has a couple DNS functions you can use to perform record lookups. Most of us are familiar with the two basic ones - gethostbyname() and gethostbyaddr(), both of which perform a single function '" returning a hostname or IP address.

She also mentions the gethostbynamel and dns_get_record functions that can give you even more insight into the current DNS of a given domain (even returning only record-type specific information).

0 comments voice your opinion now!
dns lookup tutorial hostname


blog comments powered by Disqus

Similar Posts

DevX.com: Generating Reports and Statistics in PHP

MaltBlue.com: Zend Form Mastery with Zend_Config - Part 3, Standard Form & Element Options

ProDevTips.com: File Uploads with PHP Doctrine

Brandon Savage's Blog: An Intro To Zend_Navigation

Alexander Netkachev's Blog: Practical PHP events


Community Events











Don't see your event here?
Let us know!


code community language example interview release conference zendframework2 series opinion development testing functional unittest composer framework tool api introduction podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework