It seems to me there is a way that php will auto-syntax highlight a file for you. How is that done? Or are there code wrappers that can be used to display code un-interpreted? I've done it before, I just don't remember how.
found another way... http://qbnz.com/highlighter/ the phps or highlight_file method only highlights php. Geshi will do several other languages. Thought I would post here for any others who happen to be searching later on.