Hi there I'm having a bit of trouble with executing system commands. My script reads as follows.
<?
exec("smbclient -L \\xxx.xxx.xxx.xxx -N", $output);
print_r($output);
?>
The problem is that when I run this script the page does not load and apache crashes.
Does anyone know a way around this problem??
Thanks

