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 helps, Joseph -----Original Message----- From: DeloX [mailto:[EMAIL PROTECTED]] Sent: Friday, 26 October 2001 4:49 PM To: [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 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 of the 5 pages was loaded. So i had to modify the code only in the .txt file. It was working good but the code in the .txt file could not be PHP because it would not be processed when loaded by the other pages. There s probably a better way of doing it. Like a page can probably include another page that itself include another one. Any help would be great Thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]