Mercurial > hg > pnewss
view config.php.example @ 10:ca88deec5352
Add Xref header when sending messages to client (seems to fix message corruption issues in Thunderbird)
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Thu, 21 Apr 2011 00:01:32 +0200 |
parents | 40e545510a57 |
children |
line wrap: on
line source
<?php $db = PDOWrapper::connectMysql('localhost', 'dbname', 'username', 'password'); //For other databases (see also http://nl2.php.net/manual/en/pdo.construct.php): //$db = new PDOWrapper($dsn, $user = NULL, $pass = NULL, $options = NULL);