Wherever is going to cause it to be output before the </head> tag (and, of course, after the <head> tag).
Depending upon what the PHP code looks like, this might either be in an [man]echo[/man]/[man]print[/man] statement, or it could be outside of the <?php .. ?> tags altogether (after all, no PHP code is required to generate it - it's just a static string of data you're wanting to output).