screamingroses wrote in php 🙃artistic

Hmm...

Well, most of you might remember that I've been developing a community site... I'm cracking a lot as I go, including being able to join MySQL tables for a lot more flexibility... Thus far, I've created a private messaging system, users can register and display their profiles, I've set up a slashdot style friends system, as well as creating a forum...

Now... I'm a sucker for proper code..

When I'm doing the forums.. I look at the code, and it's indented and whitespaced properly, everywhere, except for the content inserted into the database...

I want to echo a couple tabs... I can do that fine... but I need to know how to do it for EACH LINE in the forums posts only...

Thoughts?

-Shade