Hi.
I want to include my PHP file googleanayltics.php
on every page on my webserver that is a .php or .html document
I would like to know:
A) How do I add this right BEFORE the </head>
tag
B) How do I add right right AFTER the <body>
tag
I'd like to know both methods for flexibility
I think .HTACCESS could accomplish this easily, and if you know how, or if you know of any easier method then please do share.
P.S. I do not want to manually go in and enter a code on every file, that is why I am asking this question (for time saving)