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
What is ci framework in php?
Explain how is it possible to set an infinite execution time for php script?
How to remove all duplicate values in array in php?
Do you know design patterns. List few?
What is form validation in php?
What does $_ post mean in php?
What is the meaning of die in php?
Name some of the popular frameworks in php.
what does this symbol mean in php?
What is the use of extract function in php?
What does the arrow mean in php?
How are variables declared in php?
Could we start a variable with number like $4name?
Why overriding is called runtime polymorphism?
Can we use include ("xyz.php") two times in a php page "index.php"?