Answers for "execute php script windows"

PHP
-1

execute php file from command line

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

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 "execute php script windows"

Browse Popular Code Answers by Language