Bunu config dosyanla değiştir.
<?php
try
{
$db=new PDO("mysql:host=localhost;dbname=test",'root',12991453Mm ',array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"));
}
catch (PDOExpception $e)
{
echo $e-> getMessage();
}
?>Bunuda test dosyan ile ;
include "config.php";
$ayarsor=$db->prepare('select * from menuler where tablo_id=?');
$ayarsor->execute(array(0));
$ayarcek=$ayarsor->fetch(PDO::FETCH_ASSOC);
<?php echo[COLOR=#D9DAE9][FONT=consolas, bitstream vera sans mono, courier new, Courier, monospace] [/FONT][/COLOR]$ayarcek["tablo_id"]; ?>