I'm working on a project with PHP/MYSQL. How do i store emojis in my database and read without alteration from PHP ?
My tables character set and collate are
CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
.
I'm working on a project with PHP/MYSQL. How do i store emojis in my database and read without alteration from PHP ?
My tables character set and collate are
CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
.
收起
Actually I found the solution. Character set should be defined in database connection too.
报告相同问题?