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 function can be used to exit from the script after displaying the error message?
How to redirect https to http url through .htaccess?
What does $globals means?
What is the differences between $a != $B and $a !== $B?
Explain the difference between static and dynamic websites?
Can we learn php without html?
What is the difference between super () and this ()?
for image work which library?
How to call php function in jquery?
How could I install codeignitor ?
What are PHP Magic Methods/Functions. List them.
How to read and display a HTML source from the website url?
Is c similar to php?
What is the current stable version of php?
What's the difference between __sleep and __wakeup?