/[pliva-si]/back/news/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

Annotation of /back/news/dbconnect.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Jun 29 14:11:50 2001 UTC (22 years, 10 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
news back-end

1 dpavlin 1.1 <?
2     $conn = pg_connect( "dbname=plivasi user=dpavlin" );
3     if( !$conn ) {
4     echo "Couldn't connect to database!<BR>";
5     } else {
6     $result=pg_Exec($conn,"set datestyle = 'german'");
7     }
8     ?>

  ViewVC Help
Powered by ViewVC 1.1.26