try another color:
try another fontsize: 60% 70% 80% 90%
PHP Suit
Useful PHP scripts

PHP Interactive

A web based interactive shell for PHP

Playing with languages like Python, Tcl or Scheme, one of the first nice things the programmer discovers is a powerful interactive shell where you can try in little time some line of code, and see the result printed on the standard output. Unfortunately PHP does not have support for such a nice feature, there is the command line option -a, but it's very basic, and not that useful. Also what makes php -a not so useful is the fact that PHP is a language for web applications: often the program output is html code, so, doesn't it make sense that a PHP shell will run on the web?. This is the simple idea that PHP Interactive tries to develop.

PHP interactive