Please answer this simple SPAM challenge: eight minus six? (Example: nine)
Why did you use the php html encode functions? mbstring has it's own Encoding which is (as far as I tested it) much more usefull:HTML-ENTITIESExample:$text = mb_convert_encoding($text, 'HTML-ENTITIES', "UTF-8");
<< Back to user notes page