I am trying to learn how to access PHP scripts from the command line (CLI)
Below is an image from my attempt, please help. I am running Windows 7
Hence, you can open php files with Windows 10 supplied Notepad or Wordpad. Third party editors such as Notepad++ are generally used to code with these kind of files. You can start Notepad or Wordpad > File > Open > Select the php file and open.
PHP's Command Line Interface (CLI) allows you to execute PHP scripts when logged in to your server through SSH. ServerPilot installs multiple versions of PHP on your server so there are multiple PHP executables available to run.
You need to add your PHP installation directory to the %PATH%
environment variable, or work from the PHP installation directory.
To add it to path (The best approach - Edited for Windows 7):
My Computer
iconProperties
Advanced system settings
from the left navAdvanced
tabEnvironment Variables
buttonSystem Variables
section, select Path
(case-insensitive) and click Edit
button;
) to the end of the string, then add the full file system path of your PHP installation (e.g. C:\Program Files\PHP
)OK
etc until all dialog boxes have disappearedAlternatively, you can run cd <PHP installation path>
before you try and run you command, or call your script like <FULL file system path of php.exe> <path to script>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With