|
-
Nov 3rd, 2006, 02:24 PM
#1
Thread Starter
Hyperactive Member
One change to change em all...
Ok as far as I can tell the great thing about frames was that if you changed the content of the frame it would show up on every single page with that frame...
Now we are all being pushed into using CSS and away from frames and even tables...
Well the problem I'm having is that I have a menu bar and a navigation bar on my page. Basically, when I change an item on one I want it to update/show on all pages with that menu or navigation bar.
Changing each page individually seems so wrong, what is the correct way please???
-
Nov 6th, 2006, 03:54 AM
#2
Re: One change to change em all...
Use some server-side way of composing parts into a whole page. Server-side includes (SSI) is the simplest of such technologies, but of course every server-side scripting language supports it, too. (ASP, PHP, ...)
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 6th, 2006, 05:09 AM
#3
Thread Starter
Hyperactive Member
Re: One change to change em all...
Thx for that, I think I have seen PHP used to do this (like in blogs)...
-
Nov 20th, 2006, 07:10 AM
#4
Re: One change to change em all...
Yep, PHP is the method i use, creating one standard template, then pushing the content upon that.
Easy, and a great method of using PHP for CMS (Content Management System)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|