When user enters from php page to mysql it makes wierd characters like Pyr«±n«±es, ????? etc, when typing ' æøå éá etc.
I have tried anything now.
- PHP files is saved as UTF8 without bom.
- Altered all tables, database and converted to UTF8
- HTML META charset utf8
- Form has "accept-charset="utf-8"
- Right after connection: mysql_query SET NAMES UTF8
- PHP Header with charset: utf-8
What to do? When it's going to database it makes those annoying characters.
Please help me.