InterviewSolution
Saved Bookmarks
| 1. |
Can You Execute A Php Script In Command Line ? |
|
Answer» Yes, we can execute a PHP SCRIPT in command LINE with the following command line ARGUMENT # php yourscript.php Where php is the command to execute the php script in a Command Line INTERFACE (CLI) Yes, we can execute a PHP script in command line with the following command line argument # php yourscript.php Where php is the command to execute the php script in a Command Line Interface (CLI) |
|