Author Topic: mysql Insertion errors  (Read 176 times)

0 Members and 1 Guest are viewing this topic.

Offline CardaleTopic starter

  • Enthusiast
  • Posts: 274
  • Gender: Male
    • View Profile
    • King Goddard
mysql Insertion errors
« on: July 01, 2010, 07:15:52 PM »
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?