Re: [PHP] What is the best way to do this...

2001-10-25 Thread David Robley
On Fri, 26 Oct 2001 16:48, DeloX wrote: > Let s say i have 5 pages on my site. I want some content to appear on > each page so that when i want to change that content on all the pages i > have only one place to modify. I used to write that content in a .txt > file and having it read each time any

Re: [PHP] What is the best way to do this...

2001-10-25 Thread
From: DeloX <[EMAIL PROTECTED]> Date: Fri, Oct 26, 2001 at 03:18:33AM -0400 Message-ID: <[EMAIL PROTECTED]> Subject: [PHP] What is the best way to do this... > Let s say i have 5 pages on my site. I want some content to appear on each > page so that when i want to change that content on all the

RE: [PHP] What is the best way to do this...

2001-10-26 Thread Joseph Blythe
Personally I would look at a templating system, there are lots of them around. I have only used FastTemplates and Smarty I would reccommend the later. http://www.phpinsider.com/php/code/Smarty/ or have a look at for a few more: http://phpclasses.upperdesign.com/browse.html/class/1 Hope this he