-1

I can insert some non English languages (indian languages) such as hindi malayalam etc.It display properly in PHPMYADMIN page. But when I open my webpage it appear as question mark. How can I fix this error .. I tried the old answer which marked as duplicate but which is not working properly

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

You probably have a different encoding/charset for your DB-table than what your website. Setup the encoding of your tables with the same charset you have in your html-header like this (exchange utf-8 with what you need)

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
luukes
  • 1,444
  • 10
  • 9