<?php

mysql_connect("localhost","afraraya","9122005441mb");
mysql_select_db("afraraya_afra");
echo mysql_error();
mysql_query("SET NAMES utf8");

?>