How can I execute a PHP script using command line?
Answer Posted / nikunj
By using CLI ( command line interface)
On command prompt type : php filename
| Is This Answer Correct ? | 33 Yes | 5 No |
Post New Answer View All Answers
What is php artisan serve?
Tell me how is the ternary conditional operator used in php?
What is the difference between associative array and indexed array?
Does wordpress still use php?
What are the benefits of composer?
Which is faster for or foreach php?
How can we change the value of a constant?
What is php oop?
What does the unlink() function means?
How do I install php and apache on windows 10?
What are the new features available in php 7?
What is the difference between apache vs niginx?
What is the difference between pop3 IMAP and MAPI?
Explain what is the difference between session and cookie?
Explain the purpose of output buffering in php.