I've tried this,

------------
$cmd = `ftpwho`;
echo $cmd;

and/or

$cmd = shell_exec("ftpwho");
echo $cmd;
------------



But I get this error:

Warning: Cannot execute using backquotes in safe mode in test.php on line 2



-Kyle


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

Reply via email to