Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

Tom Class
19 years ago
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-ENTITIES

Example:

$text = mb_convert_encoding($text, 'HTML-ENTITIES', "UTF-8");

<< Back to user notes page

To Top