/[health_html]/inc/conn.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /inc/conn.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu Aug 30 16:35:36 2001 UTC (22 years, 8 months ago) by ravilov
Branch: MAIN
Changes since 1.1: +0 -1 lines
Started major site rearrangement. Minor bugfixes.

1 <?php
2 $DBName = "PlivaHealth";
3 $DBHost = "dpavlinusic1.pliva.hr";
4 $DBUser = "ravilov";
5 $DBPassword = "";
6
7 include_once("inc/class.DBI");
8 $dbh = new DBI("dbi:Pg:$DBName;host=$DBHost", $DBUser, $DBPassword);
9 if (!$dbh) error("Cannot connect to DB $DBName@$DBHost as user $DBUser");
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.26