data which get form db
i correctly displat
but when i json_encode it, then problem happen
how can i convert array to json with utf8 charset?
Did you try with JSON_UNESCAPED_UNICODE flag? i.e json_encode($array, JSON_UNESCAPED_UNICODE);
Обсуждают сегодня