-1

In my scripts you're in an html page, add your name and that gets added to the database via php. However, characters like á are added as something like ã. My database is in utf8. How can I add these characters? áéç etc.

Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
Ohciarob
  • 11
  • 6

1 Answers1

0

mysqli_set_charset($con,, "utf8"); Thx to all, I tried alot of stuff but this is what was missing.

Ohciarob
  • 11
  • 6