Have you ever wanted to share you PHP code w/ someone, but realized it's not as easy as "just go here and view source"? right, because the PHP is parsed, server-side, so no one will ever actually see the PHP source code (which comes in handy for hiding e-mail address from spam bots, by the way...)
But what happens when you want to share that code w/ a friend or forum?
Never fear-- P H P S is here!
the PHPS file extension (if and only if the hosting server is setup to accomodate it) will not only display the source-code w/out parsing it, but it
should display it with highlighting, making it very easy to separate the html, comments, strings, reserved words, etc. for enhanced ease of viewing.
check out the
page at FileXt.com for details