lcshobin
lcshobin

Reputation: 125

Reading emoji from database

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.

Upvotes: 0

Views: 880

Answers (1)

lcshobin
lcshobin

Reputation: 125

Actually I found the solution. Character set should be defined in database connection too.

Upvotes: 1

Related Questions