Xantomen / GamesInputPal

http://xantomen.com/gamesinputpal/
GNU General Public License v3.0
2 stars 0 forks source link

German characters not being saved appropriately in the database #30

Closed Xantomen closed 8 years ago

Xantomen commented 8 years ago

image

Xantomen commented 8 years ago

Done. Oddly enough, it only happened when saving things from inside the Hostgator Server, and it worked well from localhost.

Just had to add in the .php files:

mysqli_set_charset($con,"utf8");