No Clean Feed - Stop Internet Censorship in Australia

Convert PHP source to beautified HTML online

While producing documentation for a web service API, I came across phphiglight.com. It's a free online service that takes PHP source code, and outputs beautified HTML complete with syntax highlighting.

Before:

<?php
  echo "Hello world!";
?>

After:

<?php
  
echo "Hello world!";
?>

Very useful indeed!

Updated 13th November, 2009: It looks like phphiglight.com is at least temporarily dead; all I can see there is an Apache setup page.