Answers for "run shell script from php file"

PHP
0

run shell script from php file

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

execute script php command line

php php_file.php
// or
php php_file.php > result_file.txt // to display the result of echoes or dumps
Posted by: Guest on January-25-2021

Code answers related to "run shell script from php file"

Browse Popular Code Answers by Language