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). -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* An exotic journey in downtown Newark is in your future. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php