c312 adlı üyeden alıntı: mesajı görüntüle
baglan.php içi bu şekilde

<?php

try {
  $vt= new PDO("mysql:host=localhost;dbname=zagorm2com_legal;charset=utf8","zagorm2com_legal","147258369l++");
} catch (PDOException $e) {
  echo $e->getMessage();
}

date_default_timezone_set('Europe/Istanbul');
session_start();




?>
$db yerine $vt kullanacaksınız her yerde