PHP running system commands with exec

To execure a system command on a server, use PHP exec function.

For example

&1", $result);
echo "
";
print_r($result);

See php

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *