Just so you guys understand that it's not all fun and games
I tried implementing the php footer year thing on one of my sites (not the one I tested it on yesterday), and I got this error:
"
unexpected tag name got ?..."
I did the google, found someone having the same issue, and some else asking him if he's using a .html page?
https://stackoverflow.com/questions/58163800/how-can-i-fix-the-error-expected-tag-name-got-instead-html-doesn-t-suppo
So I checked, and indeed my file here was an .html file. The entire site is .php files, but a few pages are .html, I have no idea why.
I changed that file to .php, I checked the page, it seems to load fine. Then I added the php code, and it works fine.
So you see, it's always some problems
Could there be any issues because I changed the file from .html to a .php?