This commit is contained in:
Christian Paminger
2006-11-27 08:46:23 +00:00
parent 69e7513333
commit 0f0296a02a
570 changed files with 69005 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
include ('../cis2/config.inc.php');
require_once('raumtyp.class.php');
// Verbindung aufbauen
$conn=pg_pconnect(CONN_STRING) or die ("Unable to connect to SQL-Server");
echo 'test';
$test=new raumtyp($conn);
?>