how to run PHP in command line?
Answers were Sorted based on User's Feedback
Answer / nikunj
For command line, we have to use php CLI(command line
interface).
Is This Answer Correct ? | 36 Yes | 6 No |
Answer / vel
We can run the php script in command line
php filename.php
Is This Answer Correct ? | 30 Yes | 7 No |
Answer / sean owens
you may need to know the version you need to run of php.
Usually in /usr/bin/php4 /usr/bin/php5 /usr/bin/php
Is This Answer Correct ? | 12 Yes | 3 No |
Answer / kanagaraj
Through PHP Parser , we can run PHP command line
Is This Answer Correct ? | 14 Yes | 6 No |
Answer / 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 |
Could we start a variable with number like $4name?
What is artisan in php?
Is age interval or ordinal?
Explain about a search-friendly site looks like?
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
What are the three parts of an http request?
How many ways are there for passing variables between pages in PHP and what are they ?
What is the difference between public, protected and private?
Why json is used in php?
Do you have to initialize variables in php?
Which function would you use to replace a record in a database in php?
Which is the correct way to check if a session has already been started ?