Set the connection to use UTF-8: <?php // MySQLi: $connection = new MySQLi( /* ... credentials ...*/); $connection->set_charset("utf8"); ...
確定! 回上一頁