0

I have tried everything. When i submit data from my website (POST) to MySQL it automaticly puts "æ" to ??? and å to ??? and ø to ???

In the top of my website (where i put the data):

include("../connection.php"); mysql_set_charset('utf8'); mysql_query("SET NAMES 'utf8'"); header('Content-type: text/html; charset=utf-8');

And the form: <form action="" method="post" accept-charset="utf-8">

The data is still æ => ???, å => ???, ø => ???

What to do?

0 Answers0