Well, data is getting stored in my database as -
Now if I do htmlentities, everything is getting coded, both special charactes like à and stuffs like < and >. Anyone has an idea about how to get rid of this issue?Code:<p>Hi there<br />How's life<br />éèçî characters</p>
Ideally I would like the special characters to be coded, but not the <s and >s so that my html remain as they are.
Thanks.






Bookmarks