/[corp_html]/back/phexample/dbconnect.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 /back/phexample/dbconnect.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Sun Feb 4 20:44:03 2001 UTC (23 years, 2 months ago) by dpavlin
Branch: MAIN, dbp
CVS Tags: alpha, HEAD
Changes since 1.1: +0 -0 lines
alpha

1 <?
2 $conn = pg_connect( "dbname=phexample user=dpavlin" );
3 if( !$conn ) {
4 echo "Couldn't connect to database!<BR>";
5 }
6 ?>

  ViewVC Help
Powered by ViewVC 1.1.26