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.



Recent comments
1 week 1 day ago
3 weeks 3 days ago
4 weeks 33 min ago
11 weeks 1 day ago
15 weeks 5 days ago
31 weeks 23 hours ago
31 weeks 1 day ago
37 weeks 3 days ago
37 weeks 4 days ago
37 weeks 4 days ago