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 8143717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:11:30+00:00 2026-06-06T13:11:30+00:00

I have a site where the pages have the following structure: <?php include(‘header.php’); ?>

  • 0

I have a site where the pages have the following structure:

<?php
    include('header.php');
?>

Content goes here

<?php
    include('footer.php');
?>

In the header I have a div that contains anything that is wider than the page itself. This div is above the main content:

<? if ($slider == true){ ?>

    <div id="slider">
       Content wider than page goes here
    </div>

If I set $slider to true on any page, the above div will show. Now, I want to be able to edit the content of this div from any page. How do I do this? Simply adding a variable like $slider_content and then including it in the header did not work.

  • 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-06T13:11:31+00:00Added an answer on June 6, 2026 at 1:11 pm

    If that’s what you mean…

    <?php
        $slider_content = 'foo';
    
        include('header.php');
    ?>
    
    Content goes here
    
    <?php
        include('footer.php');
    ?>
    

    And your slider:

    <div id="slider">
       <?=$slider_content?>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site with the following structure: <div id=header></div> <div id=main> <div id=navigation></div>
I have a site that has the following structure: <div id=page_wrapper> <div id=header></div> <div
Consider the following: incl.php <div id='footer'> <?php sleep(10); echo <div class='footer-float'><!-- content --></div>; ?>
I have the following site structure index.php services.php contact.php /admin and the following in
I have a site located at http://www.mySite.com . My html/PHP pages are located at
We have to develop an Ecommerce site with 20+ pages of static content which
I have the following structure -www \-subfolder In www I have my main site's
Here is the structure of the web site: PHP index file //my class for
In my asp.net web site I have custom error pages defined as following in
I have the following site structure: What I'd expect this to do was to

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.