<?php mysql_connect("localhost",'root','') or die('NO conn'); mysql_select_db('yourdbname') or die('NO DB'); ?>
info at phpclasses dot org