Posted by John Nichel on 06/27/05 23:18
Jason Barnett wrote:
> mikael wrote:
>
>> I wanted to use the exec function but when i did a simple test script
>> i got no result.
>>
>> This is the testscript:
>>
>> <?
>>
>> echo exec("whoami");
>>
>
> exec('whoami', $stdout, $stderr);
> print "Standard Out:\n";
> print_r($stdout);
> print "Standard Error:\n";
> print_r($stderr);
>
And there's....
http://us4.php.net/manual/en/function.shell-exec.php
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
[Back to original message]
|