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
Which PHP function would you use to send an email?
What is the latest version of php?
What is the mysql injection?
Which is better #define or enum?
What is php string function?
Is polymorphism inherited?
How to write php function in html onclick?
What is preg_match?
Which function can be used to delete a file?
What are php filters?
Can we set session value in javascript?
What is the purpose of constant() function?
What is array and function?
Why constructor is not overridden?
Can we run php on tomcat server?