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\');
No comments yet
This page was last modified on 2024-10-02 21:36:48