$link = mysql_connect('host', 'username', 'password') or die('Could not connect to mySQL-server'); mysql_select_db('vbdb', $link) or die('Could not select vBulletin database');