Posted by yusuf on 09/27/06 06:55
> Also try something like this for debugging: > > $output = system('ls', $return_val) > var_dump($output); // This will be boolean false on failure > var_dump($return_val); // This will contain the return status of the command They are printing out: NULL NULL thanks.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming