
Originally Posted by
felgall
The most basic way to do it would be to use server side includes. You would simply place each price in a separate text file named so as to identify what it is for and include that file wherever you want the price to show. Need to change the price and there is then only one place to change instead of everywhere it appears.
Next step up from that is to use a server side language such as PHP which would allow you to assign all the prices to appropriate field names from within one file included in all your pages and then echo the appropriate field wherever you want that price to appear.
The next step up from that is to have the server side script read in the prices from somewhere.
Bookmarks