header("Location: /eresources/"); exit; try { $db = new PDO("mysql:host=localhost;dbname=talbot_databases2", 'db2', 'flibbleblurble'); } catch(PDOException $e) { if (0 == ini_get('display_errors')) { die("Error"); } else { echo $e->getMessage(); } } ?>