I have the following response from one of the API I am using:
\ud83d\udc51 CODE :: davon top\n\ud83d\udc51 MATERIAL :: spandek rayon\n\ud83d\udc51 PRICE :: 70.000\n\nFIX ORDER langsung hubungi contact :\n\ud83d\udc49 LINE : hijabroom\n\ud83d\udc49 PIN BB : 28EFA80B\nRead mekanisme before order!\n\n
I wanted to store this inside mysql database, however when I see this in my database it is stored as:
? CODE :: davon top
? MATERIAL :: spandek rayon
? PRICE :: 70.000
FIX ORDER langsung hubungi contact :
? LINE : hijabroom
? PIN BB : 28EFA80B
Read mekanisme before order!
the table is set as the following configurations:
What am I doing wrong here?