Please answer this simple SPAM challenge: nine plus zero? (Example: nine)
// convert UTF8 to DOS = CP850 //// $utf8_text=UTF8-Formatted text;// $dos=CP850-Formatted text;// have fun$dos = mb_convert_encoding($utf8_text, "CP850", mb_detect_encoding($utf8_text, "UTF-8, CP850, ISO-8859-15", true));
<< Back to user notes page