<?php $mysqli = mysqli_connect('localhost', 'my_user', 'my_password', 'test'); $mysqli->mysqli_set_charset("utf8"); ?>