if you're having trouble with your character sets in PHP, having funny characters appearing and not really sure how to escape apostrophes and quotes... this was a useful read:
http://www.phpwact.org/php/i18n/charsets
particularly the explanations of the htmlspecialchars function, how you only really need to encode those "special five" characters, the rest can stay as they are in a UTF-8 doc.
Sorry, you must be a member to post to a conversation. Either
log in or
sign up
to get involved.