<? 

// configure
ini_set("include_path","./lib/");

// Here you must define the connection string to the database using the Berlin model
$dbcon=mssql_connect('BGBM17', 'Webuser', '');
mssql_select_db("IOPIBM",$dbcon);

?>