How to run PHP script? PHP FAQs, PHP Interview Questions

Опубликовано: 24 Июль 2026
на канале: DigAboutIT
42
0

How can a PHP script be run from the command line?
To run the script, use the PHP command line interface (CLI) and enter its file name as follows:
php script.php