I have a news posting system I created and it works fine although I have issues with insertion errors. I have avoided using add slashes because I often post code and I don't want it to interfere with that. I would also like to be able to include html in my posts. I have been using the html encode function and then decoding it on the way out, but this isn't really the way I want to do it and I often get errors on insertion still.
Any suggestions?