pdo

131

<?php
    $myPDO = new PDO('pgsql:host=localhost;dbname=dbname', 'username', 'password');
?>

Comments

Submit
0 Comments