You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
T
<?php try{ $conn = new PDO("mysql:host=localhost;dbname=cats", 'cats', 'cats'); } catch(PDOException $pe){ die('E:'.$pe->getMessage()); } produces E:could not find driver