Clicking on *.php files above will lead to uninteresting results. You have to copy them locally and have php yourself.
(Note that you need to have installed a non-apache/simple cgi-version of PHP.)
Usage: php [-q] [-h] [-s] [-v] [-i] [-f <file>] | {<file> [args...]} -q Quiet-mode. Suppress HTTP Header output. -s Display colour syntax highlighted source. -f<file> Parse <file>. Implies `-q' -v Version number -p Pretokenize a script (creates a .php3p file) -e Execute a pretokenized (.php3p) script -c<path> Look for php3.ini file in this directory -i PHP information -h This help
Basically you have to look into the $argv array.
php -q filename.php > filename.html... and upload filename.html