Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8255355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:29:47+00:00 2026-06-08T01:29:47+00:00

How do you do multiple page titles with on header file? Theres one thing

  • 0

How do you do multiple page titles with on header file? Theres one thing though. For the index page, i’ve got

error_reporting(0);
if ($_GET["error"]=="404") { 
    include("forum/styles/art_air/web_template/overall_header.php");
    include("include/404"); 
    include("include/index");
    include("forum/styles/art_air/web_template/overall_footer.php");
} else { 
    include("forum/styles/art_air/web_template/overall_header.php");
    include("include/index");
    include("forum/styles/art_air/web_template/overall_footer.php");
}

So i would have the header before anything else. So how would i manage to make so that

index?error=404 and index have different titles? Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T01:29:50+00:00Added an answer on June 8, 2026 at 1:29 am

    Use JavaScript and document.title.

    Example:

    <script language="javascript">document.title = "My Title"</script>
    

    JS can be used in body.


    Another method is to set a $GLOBAL variable before including everything.

    Example:

    error_reporting(0);
    $GLOBALS['404'] = 0;
    if ($_GET["error"]=="404") { 
        $GLOBALS['404'] = 1;
        include("forum/styles/art_air/web_template/overall_header.php");
        include("include/404"); 
        include("include/index");
        include("forum/styles/art_air/web_template/overall_footer.php");
    } else { 
        $GLOBALS['404'] = 0;
        include("forum/styles/art_air/web_template/overall_header.php");
        include("include/index");
        include("forum/styles/art_air/web_template/overall_footer.php");
    }
    

    In your overall_header.php:

    if($GLOBALS['404'] == 1) echo '<title>404: Not Found</title>';
    else echo '<title>My Title</title>';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an aspx page with multiple FileUpload controls and one Upload button. In
There are multiple times in one page where I need to connect and subsequently
I have seen websites which load a index.html page containing the header, footer etc,
I have multiple pages branching of a title page, and when a back button
I am trying to make a multiple page application using winforms. I decied to
I recieve an image instead of page contents when i hit a page multiple
I have a page with multiple tabs. But if you copy/paste the code and
I have a page with multiple DevExpress gridviews which are late-loaded via ajax. The
Working on a page with multiple sections. at the very top there is a
Let's assume an aspx page gets multiple querystrings, for example books.aspx?author=Arthor&level=4&year=2004 . I'd like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.