Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\wamp\www\sistem\ayar.php on line 10
<?php
## Bağlantı Değişkenleri ##
$host = "localhost";
$user = "root";
$pass = "";
$db = "blog";
## Mysql Bağlantısı ##
$baglan = mysql_connect($host, $user, $pass) or die (mysql_Error());
## Veritabanı Seçimi ##
mysql_select_db($db, $baglan) or die (mysql_Error());
## Karakter Sorunu ##
mysql_query(" SET CHARACTER SET 'utf8'");
mysql_query(" SET NAMES SET 'utf8'");
?>kod üstedir nerede hata var