Код: Выделить всё
BLAPFEN L√
Код: Выделить всё
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE)...
Код: Выделить всё
$txt = mb_convert_encoding($txt, "UTF-8", "UTF-8mb4");
Код: Выделить всё
Uncaught ValueError: mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "UTF-8mb4"
Подробнее здесь: https://stackoverflow.com/questions/790 ... 4-to-utf-8