mysql_query("SET NAMES UTF8");
adding this line at the end of my "connection.php" solved my problem.
My connection file's complete code is:
My database collation is "utf8_general_ci".
Pages are "dreamweaver default utf8" and "unicode normalisation form=C (Canonical Decomposition)".