Jim Moseby wrote:
<?PHP
$netstat_info=`netstat -l`;
echo $netstat_info;
?>
Assuming it has permissions, and all the stars are aligned, you should get
the output of the 'netstat -l' command echoed to the screen.

Thanks Jim, this really solved the problem up.

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

Reply via email to