<?php
/*
   TIP: 
   NEVER put this file where the web server can access it. 
   Some day the PHP support in the server could be temporarily
   turned off during maintenance, and peple would see your code. 
   That code better not contain any passwords ;-)
 */
mysql_connect (localhostbrukernavn'passord');
mysql_select_db (database);
?>