PHP Interactive is a web based interactive shell for PHP. It allows you to type in some line of code, and see the result printed on the standard output. This little tool was created to pick up where the command line option -a leaves off, as -a has limited usefulness.
PHP interactive supports both HTML and raw output mode, so you will either see the raw script output or get HTML interpreted. The software needs no database to run and it is free under the GPL license. It’s also a script that you can adapt quite easily for your own purposes– go ahead and take a look.

