September 12, 2020 in MySql, Php, Tips and Tricks
smileys convert into question mark in CI
After wasting a lot of time with character variables and mysql configurations, I fixed the problem with a simple solution that is base64_encode.Passing the input string through base64_encode and later using base64_decode to show them worked in this case. However the strings take up more space than earlier but this solution is really simple and worthy.I just posted this question […]








