Answers for "execute php script shell"

PHP
0

run shell script from php file

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

execute php file from command line

php -f /path/to/your/file.php
Posted by: Guest on October-02-2020

Code answers related to "execute php script shell"

Browse Popular Code Answers by Language