selenin Posted January 19, 2012 Share Posted January 19, 2012 Hi Does anybody know how I encode this ö to this ö original it's an ö Link to comment https://forums.phpfreaks.com/topic/255374-special-chars-problem/ Share on other sites More sharing options...
Psycho Posted January 19, 2012 Share Posted January 19, 2012 htmlentities() Link to comment https://forums.phpfreaks.com/topic/255374-special-chars-problem/#findComment-1309324 Share on other sites More sharing options...
selenin Posted January 19, 2012 Author Share Posted January 19, 2012 Thanks a lot I made htmlentities($variable, ENT_QUOTES, "UTF-8") works great, I'm so glad Now does anybody know how I make ö and ö to an ö Link to comment https://forums.phpfreaks.com/topic/255374-special-chars-problem/#findComment-1309326 Share on other sites More sharing options...
selenin Posted January 19, 2012 Author Share Posted January 19, 2012 Okaj one I got html_entity_decode() Link to comment https://forums.phpfreaks.com/topic/255374-special-chars-problem/#findComment-1309332 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.