mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
Update 03-05-01-Command-Line-Interface.md
I think additional emphasis on the **not** could improve the text as it can be missed (at first read "*... put in public*", though "*that isn't right*" and rereading noticed the not).
This commit is contained in:
@@ -9,7 +9,7 @@ PHP was created to write web applications, but is also useful for scripting comm
|
|||||||
Command line PHP programs can help automate common tasks like testing, deployment, and application administrivia.
|
Command line PHP programs can help automate common tasks like testing, deployment, and application administrivia.
|
||||||
|
|
||||||
CLI PHP programs are powerful because you can use your app's code directly without having to create and secure a web
|
CLI PHP programs are powerful because you can use your app's code directly without having to create and secure a web
|
||||||
GUI for it. Just be sure not to put your CLI PHP scripts in your public web root!
|
GUI for it. Just be sure **not** to put your CLI PHP scripts in your public web root!
|
||||||
|
|
||||||
Try running PHP from your command line:
|
Try running PHP from your command line:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user