PDOException: could not find driver (postgres)
[email protected] ("Gary .")
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
What could be causing this please? Going direct, using pg_connect, is
not a problem.
The code in question looks like
$pdo = new PDO('pgsql:host=localhost;port=5432;dbname=mydb', 'dbuser',
'dbpass');
(I think - I've yet to be able to debug it down to a single line)