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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:45:34+00:00 2026-05-24T02:45:34+00:00

We are building 4-6 websites a week and things are getting pretty hectic. We

  • 0

We are building 4-6 websites a week and things are getting pretty hectic. We have a lot going on and were thinking of ways to speed it up to make it go a lot faster. We work in the automotive industry so all of our clients have very similar / the same pages. We find ourselves creating the same things over and over.

We have about 10+ pages that are standard for all of the websites, so I figured I would make a shop_info.php page that holds all of the shop variables like Shop name, Address, City, State, Zip, Phone, etc.

I also created the index page to be something like:
index.php?page=about and redirected that to site/about/

So my index page looks something like this:

case "contact":
    $title_name = "Contact Us";
    $page_content = "includes/contact.php";
    include("inner.php");
    break;
case "about":
    $title_name = "About Us";
    $page_content = "includes/about.php";
    include("inner.php");
    break;
case "index":
    include("home.php");
    break;

That way, when we just build the home page and inner page, and then all of our standard content is already plugged in, we don’t have to keep creating the same pages over and over.

My first question is, does anyone have any suggestions for how I am doing this? Is this a good method? And second, I was thinking about making a form that I would use whenever I start a new website, and I would fill in the basic information that would write to a shop_info.php page and then having a Drop Down for “How many pages will this be?” And I would be able to write custom pages like “Schedule Appointment” and it would automatically create the page in the includes folder and write to the index.php and add a new “case schedule”:

What do you think of that second idea? I would need a little help in going that direction, creating new files and putting them in the right folder and writing to the index file to create a new case for my switch statement.

Any help is appreciated.

Please note that these will be custom websites, they aren’t dynamic template based sites – they will all have different stylesheets and HTML markup. And NO they do not need the ability to edit content.

Thank you!

  • 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-05-24T02:45:35+00:00Added an answer on May 24, 2026 at 2:45 am

    The way i handled a similar situation was to have the sites share the libs / frontend scripts/ and tpls. I made a central config that had all the site info needed to populate things specific to the site like name, url, email, phone, image path that made the data available to the site you are on based on a value set for the site in the apache config. Finally the site was designed using css with the knowledge that they were essentially cookie cutter sites . Then when a new site needs to be created you just add a new site data entry and image assets dir ( which was the siteid of the site so you can build dynamically), create a new css and image assets and drop them in the sites assets. This really cut down new sites to 5 mins for me the developer. i know it improved the time for the web designers but i didnt keep track of their time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im building a Grails app that will have multiple similar websites (each it's own
i have been building websites using vs 2008 (mostly asp.net mvc, jquery and webforms).
I'm building a website for my band and I have lots experience building websites
I am new to web development and have been building my websites in Visual
I'm building four websites. They all should have the same login-datas (user can registrate
I'm building a website to showcase the websites that I have created. On my
I'm very used to working in WPF, but I have recently started building websites
I have no programming experience related to building websites. I want to build a
When building dynamic websites I use a php include to make my connections to
I have a really, really poor understanding around security and safety when building websites

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.