Benim Bağlantı Şeklim:
header('Content-Type: text/html; Charset=UTF-8');
date_default_timezone_set('Europe/Istanbul');
$user = "root"; //veritabanı kullanıcı adı
$pwd = ""; //veritabanı şifresi
$host = "localhost"; //mysql server
$db = "wordpress"; //veritabanı adı
$conn = mysql_connect($host,$user,$pwd);
mysql_select_db($db) or die("Veritabani secilemedi!!!");
?>
Seninkinin Hatası:
( ! ) Warning: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Bilinen b�yle bir ana bilgisayar yok. in \_db.helper.php on line 50
( ! ) Fatal error: in \_db.helper.php on line 50
( ! ) PDOException: \in _db.helper.php on line 50
Benimkinin Hatası:
Fatal error: Class 'DB' not found in \tablo.php on line 99