whenever we write é or € in a text and save it to our database (MySQL) it is stored properly. I see a é or € for example in the text.
Whenever I output it e.g. echo $text; on my website it shows an diamond with an question mark in it.
I tried setting my table to UTF-8 and things like that, but nothing solved my problems.
I am hosting on a Ubuntu server with Apache2 and PHP7.2.
Can someone please tell me how I can fix this? I would love to be able to just write special characters in my text and just save it to the database and it then being displayed properly so I dont have to bother typing stuff like € instead of just plain €.
Best regards