News

Suppose you have a web script called index.php, and you want to preprocess it. Assuming that the PHP shell is called phpsh, the command line is: phpsh -q /some_dir/index.php > /some_dir/index.html The ...