Search results

  1. T

    MySQL PDO not installed

    ok thank you!
  2. T

    MySQL PDO not installed

    <?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
Top