djrichwz Posted October 22, 2008 Share Posted October 22, 2008 I am getting a text result from the mysql database which has both "-" and single quote marks used. How do I remove the unrecognised characters show below: I have tried htmlentities which does remove the "-" but does not remove the single quotes. How can I remove these in the output also How can I add a space inbetween text result from a database ie (output) Change to (out put). Here is what is displayed on screen: �double� here is the code I am currently using to display this result: $quote = nl2br(htmlentities($history)); thanks in advance for your advice. Link to comment https://forums.phpfreaks.com/topic/129576-problem-with-unrecognised-characters-displaying/ Share on other sites More sharing options...
discomatt Posted October 22, 2008 Share Posted October 22, 2008 You probably have varying character encoding from your database to your HTML page. Link to comment https://forums.phpfreaks.com/topic/129576-problem-with-unrecognised-characters-displaying/#findComment-671831 Share on other sites More sharing options...
djrichwz Posted October 23, 2008 Author Share Posted October 23, 2008 How do I change the encoding so it does not display these unrecognised characters. thanks in advance Link to comment https://forums.phpfreaks.com/topic/129576-problem-with-unrecognised-characters-displaying/#findComment-673008 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.