I have several PHP webforms that submit information to my MySQL database. However, when a user cuts & pastes from a WORD document, and clicks submit, all of the special characters (i.e. em-dashes) get changed into wierd symbols.
Is there some simple line of code that I can use to convert these special symbols into web characters? Or some other simple way to fix this?