Files
FHC-Core/include/test.php
T
Christian Paminger 0f0296a02a
2006-11-27 08:46:23 +00:00

10 lines
228 B
PHP

<?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);
?>