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 are php string functions?
How do you execute a php script from the command line?
Is php a backend?
When to use get and post request?
What is the difference between echo, print and printf()?
What is strcmp?
Why laravel is the best php framework in 2019?
How is session data stored?
What is str_replace()?
Do you know what is the differences between $a != $B and $a !== $B?
How does php server work?
Which is correct about mysqli and pdo?
How can I load data from a text file into a table?
Will a comparison of an integer 12 and a string "13" work in php?
Which php framework is best for security?