<? function message($msg) { $msg = html_entity_decode($msg, ENT_QUOTES, 'UTF-8'); return stripslashes($msg); } ?>