0


I have a problem in mysql,

How can I store users' nickname like this: "" in a database?

screenshot
Because for the moment it gives me: "????????????????????" in the table and I really need the real username of all users so I can rank them with the correct nicknames Thank you!

nbk
  • 45,398
  • 8
  • 30
  • 47
Cuchi'
  • 1

1 Answers1

-1

Store the name with HTML tags:

"" = <b><i>Morcyyyy</i></b>

berkobienb
  • 639
  • 5
  • 12