I need to start a Unix process by calling a PHP-page through the web.
I also need to send some arguments to the PHP-page that gets substituted into the command in a save way.
I need to start a Unix process by calling a PHP-page through the web.
Share
Take a look at
exec()andescapeshellarg():