This may be a stupid question, but... How do I get an apostrophe (') to show up as an apostrophe instead of a ? when I display it on screen. I have it saved as a VARCHAR in my database, and when I send it to the screen with PHP, it shows up as a ? in the words instead of an apostrophe. Thanks for any help.
Ok thanks. I'll try that. I actually figured out a way to do it with replacing the apostrophe with "’" I'll give your way a shot too. Thanks.
If you are displaying it on html page then use htmlspecialchars() with ENT_QUOTES as a 2nd parameter.
I don't think the quote was an ASCII character. Did you copy the text from a Word document or something?