HTML Entities
I am winding up with special characters such as the ampersand,"&", in the database when the client pastes a description.
Does Data Assist use htmlentities or htmlspecialcharacters or any other PHP function to covert these characters prior to storage in the database?
Assuming I need to "pre-treat" the data before posting, where would you suggest I do that?
Thanks.