Hello
I am designing a website where I use PHP as my server-side language. I have a “head.php” file that contains everything that goes in between <head></head>
. The problem is, now every file has the same page title. How do I change this for:
- Static Pages: Login, Sign up, Home page, etc
- User generated pages which will have the title collected from the users themselves
(I don’t have any php in the “head.php” file so saw no need to share the code.)
Thanks