index.php de bu kodu yazdığımda site boboş çıkıyor.
include("vt.php");
$host = "localhost";
$root = "gelisimh_xxxx";
$sifre = "xxxxxx";
$vt = "gelisimh_xxxx";
try{
$baglanti = new PDO ("mysql:host=$host;dbname=$vt;charset=utf8",$root,$sifre); //PDO ile bağlan
}
catch(PDOException $e){
$e->getMessage(); //Hata mesajı
}
?>
pdo bağlantı sayfası.
Localde sıkıntısız bir şekilde çalışıyor .
Hosting de mi sıkıntı var acaba ?.