In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Chris Sacks) wrote:

> Is there anyway I can use PHP to find out all the information in a DNS
> Zonefile on a DNS server, in win2k, if you go to a dos prompt, and do the
> following
> 
> nslookup <ENTER>
> server <DNS SERVER>
> ls -d <DOMAINNAME>

See <http://www.php.net/manual/en/language.operators.execution.php>.  If 
backticks don't work on Wintel, note the "see also" refs on that page, as 
well as the the many useful functions in the "network" chapter, including 
<http://www.php.net/manual/en/function.checkdnsrr.php>.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to