I have some .php files with meta tags at the top.
On one hosting site this works fine.
On a different one I need to remove the meta tags as they appear before:
<?php
session_start(); // Initialize session data
ob_start(); // Turn on output buffering
?>
Where should I put the meta tags?