English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a website that's growing like crazy. Each time I make a link on one page I have to update the links on the other 50+ pages. Or to keep consistent with theme of my site, I have to update all the pages after a change to one page.

Is there an easier way to this with some kind of program? (i do not and will not use frames).

Thanks!

2007-03-27 15:22:22 · 5 answers · asked by excexe 1 in Computers & Internet Programming & Design

5 answers

The simplest method is to use include files and CSS. See http://www.hardcoder.com/scripting/php/include_files.php for info on includes for several platforms.

Beyond that, there is a myriad of choices, ranging from a simple database-driven content lookup page, all the way to a robust content management system (search Google for CMS and you will find thousands of free and paid web CMS products of varying qualities). Many enterprise corporations use very large CMS systems like Microsoft CMS or IBM WebSphere products to manage their site content.

In all, it's a very wide and diverse field. Start with looking into database-driven websites, either using PHP and MySQL or ASP.NET and SQL - the two most common dynamic web development platforms.

2007-03-27 15:29:43 · answer #1 · answered by Rex M 6 · 1 1

You should create a web page with only links. A link on the main webpage should have a link directing user to the links web page.

I really don't understand why you need so many of the same links throughout your site. You should have different links on different pages.

2007-03-27 22:35:12 · answer #2 · answered by Delwar 3 · 0 1

Have you ever tried PHP? Server side includes should make it easy to put a section for the links in each page that you desire, and an update to this section would result in it being viewed on all pages.

The syntax for that would be

?>

Note that the link area has to be in its own file (usually a .php file)

2007-03-27 22:31:43 · answer #3 · answered by Anonymous · 0 2

You can use content management system like drupal to manage your site.

2007-03-28 00:44:10 · answer #4 · answered by Milinda Lakmal 1 · 0 1

No. Sorry buddy.

2007-03-27 22:27:00 · answer #5 · answered by Geek Squad 2 · 0 1

fedest.com, questions and answers