Re: the EXEC command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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);

--
NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux