Any suggestions on how to deal with form input (PHP and MySQL) that includes MSWord smart quotes? One of the sites I run has a conference presentation submission form, lots of the people submitting proposals write them up in Word, paste them into the form box, and submit, with the end result being that the smart quotes (and em dashes, etc) come out garbled. I've tried using a PHP function to convert the MS content to standard web-safe entities, but it doesn't seem to be working. What can I do to get around this??

Comment