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 cryptographic functions in php returns the longest hash value?
What are the differences between require and include?
Tell me in php, objects are they passed by value or by reference?
What is the difference between php4 and php5?
Can I write php code in html file?
Can you define an argument as a reference type?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
what are the differences between php and perl
How many types of errors in php?
Which php framework is fastest?
How do I escape in php?
Which of the delimiter is ASP style?
How to register a variable in PHP session?
How do I end a php session?
What is default session time and path in PHP. How to change it?