ahmetce33 try {


$db = new PDO('mysql:host=localhost;dbname=veritabanıadı;','veritabanıkullanıcadi','veritabanışifre');

} catch (Exception $e) {

}
?>