how to run PHP in command line?
Answer Posted / 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 |
Post New Answer View All Answers
Can you specify the "new line" character in single-quoted strings?
How to get the IP address of the client/user in PHP?
Where are cookies stored php?
What is the difference between php traits vs interfaces?
How failures in execution are handled with include() and require() functions?
How can you propagate a session id?
What are the main error types in php and how do they differ?
What is the actually used php version?
What is new static in php?
What is the difference between associative array and indexed array?
What is substr in php?
Is gender a dependent variable?
How to remove the new line character from the end of a text line?
Which is the correct way to check if a session has already been started ?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain