0 votes
in PHP by
How do you execute a PHP script from the command line?

1 Answer

0 votes
by
Just use the PHP command line interface (CLI) and specify the file name of the script to be executed as follows:

php script.php

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...