Web >> Development >> PHP >> How to run PHP scripts interactively from system shell/command prompt

Example for Windows environment =============================== c:\php\php.exe -q -a -f <php script file> where php script file contains :- <?php ....php statements ?>