mysql_query("SET NAMES 'UTF8'");
I have to run that query to get UTF8 content to be properly displayed... Is there somewhere I can just set the default to UTF8? So i don't have to run this query on every page...
Thanks 🙂