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
Explain me what are the main error types in php and how do they differ?
What is the use of the function 'imagetypes()'?
How do you check if a variable has been set in php?
sort term descripttion form, report and uery
When sessions ends?
Is runtime polymorphism overriding?
How you can update memcached when you make changes to php?
When do you use define() and when do you use const. What are the main differences between those two?
Is empty array php?
Which is better php or nodejs?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What is the use of the function htmlentities?
How can you get web browser’s details using PHP?
What is php dependency injection?
What does namespace mean in php?