PDO Veritabanı bağlantısı kurma :
try {
$db = new PDO("mysql:host=localhost;dbname=veritabani", "kullanici", "sifre");
} catch ( PDOException $e ){
print $e->getMessage();
}
?>
Konu: Günün Bilgisi
try {
$db = new PDO("mysql:host=localhost;dbname=veritabani", "kullanici", "sifre");
} catch ( PDOException $e ){
print $e->getMessage();
}
?>