Jason Wong said the following on 11/7/2003 3:25 PM>>

On Saturday 08 November 2003 04:14, Matt Palermo wrote:

Is there any way to accomplish this without the use of exec() or system()
functions?


Sure, as PHP is a general purpose programming language just write your own equivalent to nslookup! Start by reading the chapter "Socket functions". Be warned it's not a project for the faint-hearted.

Seriously, you are far better off using an exec() call to nslookup (or similar).


http://www.sitepoint.com/article/1051


this may be of some interest to the original poster.

R'twick

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to