Answers for "how to run shell using php on a website"

PHP
0

run shell script from php file

echo shell_exec('sh /home/scripts/fix-perm.sh');
Posted by: Guest on December-07-2020

Code answers related to "how to run shell using php on a website"

Browse Popular Code Answers by Language