Netz adlı üyeden alıntı: mesajı görüntüle
evet, olmazsa baglan.php içini atın
baglan.php içi bu şekilde

<?php

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

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




?>