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
Tell me what does $_env means?
What do you mean range() in php?
What is the difference between explode() and split() functions?
Are php sessions cookies?
What is PHP? Who is the father or inventor of PHP?
Tell me how can we define a variable accessible in functions of a php script?
What websites use php?
How to get the IP address of the client/user in PHP?
What is a PHP Filter?
What is form validation in php?
Difference between mysql_connect and mysql_pconnect?
How to download files from an external server with code in php?
What does $_env mean?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
Does php 5 support exceptions?