Issue with cyrilic texts with mysql and php

If you get all messy characters, try this after mysql_connect:

$set = @mysql_query (\'SET NAMES CP1251\');
$set = @mysql_query (\'SET COLLATION_CONNECTION=CP1251_GENERAL_CI\');

 

Post a comment (fixed now)

No comments yet

Back to articles list

This page was last modified on 2012-05-17 21:27:35