I have the following string as a varchar field in a MySQL Database:
I'm
When I perform a query to extract the string and then print it to the screen using the PHP print command, I get:
I�m
What could be causing this? I've tried commands like str_replace, htmlspecialchars, and addslashes to no avail. How should I store/print this string?
<head>of your HTML document<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />