Avatar of Glenn Abelson
Glenn Abelson
Flag for United States of America

asked on 

Where to put meta tags in php file?

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?
PHP

Avatar of undefined
Last Comment
Cem Türk

8/22/2022 - Mon