[PHP] Word Wrap Source Code

Is there a way to word wrap source code in PHP? I’m withdrawing information from a database and it looks fine on the page, but I’m just the kind of person that likes to keep my source code neat. So it’s bothering me that it displays the entire post as one line.

Sorry if that was a bad explanation of my problem, but here, this should help:
http://yeldarb.servehttp.com/blog/

I want the line “This is an entry…” to look more like the commented out text. I don’t want it all as one long line, but rather a series of shorter lines. Is there a function to do this or should I attmept to write my own?

Thanks :smiley: