Have a problem with the cyrillic encoding cyrillic data from mysql displayed correct, but when I add some cyrillic text on the page I get someting like this ывааапв
data in MySQl - utf8_general_ci
php file:
header('Content-Type: text/html; charset=windows-1251');
mysql_query('SET NAMES cp1251');