Hi I'm using PHP on a Windows Server 2003 machine. Whenever I call
exec("nslookup mydomain.com",$results,$return);
the exec function always writes the last line to the HTML output. I would like to capture that line and parse it instead of having it go directly to output. How is this done?
Thanks,
Jamison