Had an issue we were running into regarding encoding while trying to render content that had been parsed by DOMDocument() utf 8 – Getting ’ instead of an apostrophe(') in PHP – Stack Overflow Solution: echo mb_convert_encoding($content,”HTML-ENTITIES”,”UTF-8″); mb_convert_encoding is your friend 🙂
Tag Archives: php
Great Collection of Web Development Resources
Hey guys, I came across this great post containing lots of resouces for HTML, CSS, PHP, and Jquery tutorials. Definitely check it out. Provided by your great friends at In The Woods http://blog.themeforest.net/resources/html-css-php-and-jquery-killer-tutorials/ Enjoy.