Answer Posted / suren
Answer :
you can execute thefrom anywhere like a command prompt.
in unix like OS you use the following:
/path/to/php -f /path/to/script.php
For windows OS's use the following
c:\path\to\php.exe -f c:\path\to\script.php
and U can get the information by running the
C:\path\to\php.exe -f
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you access a get requests url parameter with php?
What is orm in php framework?
What is new static in php?
Is php better than python?
What is php key?
Why json is used in php?
Do you know what is the difference between the include() and require() functions?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
How can I load data from a text file into a table?
What is the difference between htmlentities and htmlspecialchars in php?
What does == mean in php?
Explain how can we increase the execution time of a php script?
Which function is used to strip whitespace?
Does php support multithreading?
Is it possible to protect special characters in a query string?