/ Published in: PHP
URL: http://www.barattalo.it/2010/02/11/php-function-to-fix-collation-on-database-fields-of-mysql/
Function to fix char set and collation on mysql tables, see this link for examples and more infos.
Expand |
Embed | Plain Text
function fix_encoding($reg='//',$set='utf8',$collation='utf8_general_ci') { } } }
You need to login to post a comment.
