how to run PHP in command line?
Answer Posted / nikunj
For command line, we have to use php CLI(command line
interface).
| Is This Answer Correct ? | 36 Yes | 6 No |
Post New Answer View All Answers
which will print out the php call stack?
Do you know what is the difference between the include() and require() functions?
What is php session_start() and session_destroy() function?
What is isset php?
What is "echo" in php?
What software is required for php?
How to uploaded files to a table?
Explain setcookie() function in php?
What is the use of @ in php?
What is x+ mode in fopen() used for?
Is php fully object oriented?
What are global variables in php?
Which function(s) in PHP computes the difference of arrays?
How to execute a function in php?
What exactly is PHP?