It would go in the php script.
You should try adding this to the very bottom of the file right before the ?>
PHP Code:
mysql_select_db('forum');
Note this asumes both databases can be accessed with the same username/password. If you are using two connections some more info will need to be passed to the function. I also used native php functions because I asume the rest of that file does.