I want to give a box that a business partner can type comments in, and I got that, but now I want to make it where he can go in and change things up.
So i've got a comment box that has something similar to this on the backend:
Code:
Thank you for your interest in our SOMETHING™ product. This tool allows us to understand your feelings about the words that people are saying. <br />
<br />
And that works fine, but when I pull it out and put it into a textarea box it shows the actual tm, so when he hits save, it puts it in the database as ™ so when i pull it back out I get a square box. Then if he edits it again it puts � in the database.
So is there anyway to alleviate that?