My page is a strict DOCTYPE using UTF-8 <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />.
I ran the data through this function $content = iconv(“ISO-8859-1”, “UTF-8”, $content);
Now the quotes marks have disappeared completely – also the paragraph breaks have been removed – any ideas?
Steven
I really just want users to be able to POST and not comment only administrators to be able to comment is this possible?
Steven