Charset Changing: Difference between revisions
Jump to navigation
Jump to search
categorized
No edit summary |
(categorized) |
||
Line 32: | Line 32: | ||
If you have a PHP definition or configuration file, the file where global interraction with MySQL is set, (look for a filename like: definition.php, cofig.php, etc.) in the "appropriate" place (you have to find the place yourself,) insert two lines of code: <pre>mysql_query("SET character_set_connection=cp1250"); | If you have a PHP definition or configuration file, the file where global interraction with MySQL is set, (look for a filename like: definition.php, cofig.php, etc.) in the "appropriate" place (you have to find the place yourself,) insert two lines of code: <pre>mysql_query("SET character_set_connection=cp1250"); | ||
mysql_query("SET character_set_client=cp1250");</pre> | mysql_query("SET character_set_client=cp1250");</pre> | ||
[[Category: Installation]] | |||
[[Category: User Made]] | |||
[[Category: Self Install]] | |||
[[Category: Development]] |