You can't put php in the template system. You have to add a new plugin, and put
PHP Code:
$bringit = BringIt(input=Database&style=last+user')
in for the code. If you want the code to run over the whole site, you can use the global_start hook but if not you will just have to find the hook for that page. After you add the plugin you can use the variable $bringit in a template to output the code.