how to run PHP in command line?

Answers were Sorted based on User's Feedback



how to run PHP in command line?..

Answer / nikunj

For command line, we have to use php CLI(command line
interface).

Is This Answer Correct ?    36 Yes 6 No

how to run PHP in command line?..

Answer / vrushali

php MyFile.php

Is This Answer Correct ?    30 Yes 2 No

how to run PHP in command line?..

Answer / vel

We can run the php script in command line
php filename.php

Is This Answer Correct ?    30 Yes 7 No

how to run PHP in command line?..

Answer / ish

php -f myfile.php

:)

Is This Answer Correct ?    25 Yes 4 No

how to run PHP in command line?..

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

how to run PHP in command line?..

Answer / guest

SAP(server app programe )is used to run

Is This Answer Correct ?    17 Yes 9 No

how to run PHP in command line?..

Answer / kanagaraj

Through PHP Parser , we can run PHP command line

Is This Answer Correct ?    14 Yes 6 No

how to run PHP in command line?..

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

Post New Answer

More PHP Interview Questions

For image work which library is used in php?

0 Answers  


Is php a case sensitive language?

0 Answers  


What is pdo in php why use?

0 Answers  


How many ways can we get the value of current session id?

3 Answers   Infosys, L&T, SysBiz, Torque Infotech,


What is session management php?

0 Answers  






What are the differences between include() and include_once () functions?

12 Answers  


How to get a random value from a php array?

0 Answers  


What changes I have to do in php.ini file for file uploading?

0 Answers  


How to strip whitespace (or other characters) from the beginning and end of a string?

0 Answers  


How to invoke a user function?

0 Answers  


Describe which programming language does php parallel to?

0 Answers  


What are the benefits of using queries?

0 Answers  


Categories