diff --git a/c.php b/c.php index b99ab9f..3b3a0f0 100644 --- a/c.php +++ b/c.php @@ -27,6 +27,7 @@ } else{ $this->is_connected = true; + mysql_set_charset("utf8"); return 'OK'; } }