Wordpress UTF-8 Database correction
function __construct($dbuser, $dbpassword, $dbname, $dbhost) {
        register_shutdown_function(array(&$this, "__destruct"));

        $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword);
        $this->query("SET NAMES 'utf8'");
        if (!$this->dbh) {
            $this->bail("
page_revision: 0, last_edited: 1192329148|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License