
September 17th, 2011, 06:44 PM
|
 |
Lost in code
|
|
|
|
A PHP file can be executed from the command line in the following fashion:
Code:
php /path/to/file.php
Depending on your system configuration, you might need to specify the full path to the PHP binary. You might also need to use a -f flag before specifying the path to the file.
|