<?php
$mysqli = new mysqli("localhost", "USERNAME", "PASSWORD", "molavi_db");
$mysqli->set_charset("utf8");
?>
