Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] Page Titles in PHP Re: [Solved] Page Titles in PHP

#79221
Makeshift
Member

you would need to put $pageTitle before you include the header file like this:

Code:

You need to declare the variable before you try to use it.