try {
$db = new PDO('mysql:host=localhost;dbname=veritabanıadı;','veritabanıkullanıcadi','veritabanışifre');
} catch (Exception $e) {
}
?>
try {
$db = new PDO('mysql:host=localhost;dbname=veritabanıadı;','veritabanıkullanıcadi','veritabanışifre');
} catch (Exception $e) {
}
?>