Anyway to specify what should appear in in .php file?

It depends on your theme how exactly <title> is generated. At least some of it should be generated by wp_title() function, output of which you can filter at wp_title hook.