Wednesday, September 23, 2009

Sunday, September 20, 2009

PHP Syntax Highlighting

highlight_string('<?php phpinfo(); ?>');


will result in give the html required to color the syntax appropriately


<?php phpinfo(); ?>

>



So handy!