> Is their a way to run a command as root..or another user..
> 
> I know their are a log of security issues with allowing this.. I will
> tighten down security after I get it to work.

Get your sysadmin to set up "sudo" so that the user running your
web server (usually "nobody", "httpd" or "www") can execute that
one single command, then use PHP's Execute() function.

Jason

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

Reply via email to