I am pulling my blog posts from it's mysql database table, and extracting the code, from the text, using the strip_tag php function. However, a large number of question marks are appearing in the resulting text, although they are not there when viewing the page source. Looking at the original text in the blog admin page, and can't find any characters that would do this. I tried using the strtr function to remove "?" and replace it with " ", but it doesn't work (again as ? appear but are not in the text. Anyone have this problem and/or know of a solution to remove these characters.