This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I change website content without touching every page?
01-16-2013, 09:35 AM
Post: #2
 
Best way to do this it to use a programming language such as PHP.

http://www.php.net

I use this on my websites. It allows you to mix code and HTML.
Every page has to have a php extension and your web server has to support PHP scripting (most do).

You would have your header file saved and then use the
<?php include('filename.inc'); ?>
line to get your standard header and footer into any page.

Wil .

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Erraticspark576 - 01-16-2013 09:35 AM
[] - Joe - 01-16-2013, 09:44 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)