1

I have a diamond question mark on my page which gets php code from the mysql database.

How do i get rid of this?

Artjom B.
  • 61,146
  • 24
  • 125
  • 222
Rene
  • 13,299
  • 5
  • 19
  • 28

1 Answers1

1

Use SET NAMES uft8 as SQL query

And this <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> on your html page

Depending on the charset that you are using.

Sidux
  • 557
  • 1
  • 5
  • 15