Devone

How Can I Start a Unix Process by Calling a PHP-Page From the Web?

Asked by Devone 2 years ago web php unix


Themans
0
 
Try exec() and escapeshellarg():

Exec('command -param=' . Escapeshellarg($_GET['argument']));

This will let you execute a shell-script.

by Themans 2 years ago

Answer this question

How Can I Start a Unix Process by Calling a PHP-Page From the Web?

0 errors found:

 
0