how to run PHP in command line?
Answer Posted / vinay
If shows "'php' is not recognized as an internal or external
command operable program or batch file", then you must set
the Windows XP Environment Variable->PATH where your php.exe
file is like "C:/wamp/php;"
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to remove all duplicate values in array in php?
What is the meaning of ‘escaping to php’?
What is composer used for?
Define anonymous classes in php7?
Does php need html?
Explain me what is the use of 'print' in php?
What are major variables in research?
How do http requests work?
How to take a substring from a given string in php?
What are the correct and the most two common way to start and finish a PHP block of code?
List some features of php that are deprecated in php7?
where do we use htaccess?
Which function would you use to replace a record in a database in php?
Differences between get and post methods?
What is the difference between "echo" and "print" in php?