Hello php-general,
Dear php list,
I've got completely lost in program execution under php.
I need to run a command grab it's output for the next processing,
So I wrote a script:
<?
$output = shell_exec("uudeview -i /bla/bla.txt -p /bla/bla/");
echo "<pre>";
echo $kick_my_ass;
echo "</pre>";
?>
And I get nothing :(. Script like below:
<?
$output = shell_exec("uudeview");
echo "<pre>";
echo $kick_my_ass;
echo "</pre>";
?>
Work fine outputting me command line parameters.
What have I done wrong?
--
Best regards,
Latex mailto:[EMAIL PROTECTED]
BTW: PHP not running SAFE MODE
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php