> I tried this exec() suggestion and that didn't work right either.
> exec("/bin/scan & > /dev/null 2>/dev/null");
>
try :
exec("/bin/scan > /dev/null 2>&1 &");
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

