How can I set up my php site where I only have to make changes in one place?

php
jordan asked:


I am new to php and I just took over a site that was built without using file fragments. I know in jsp I would use a jspf file but I’m not sure how to do this with php.

Margaret
Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Mixx
  • De.lirio.us
  • NewsVine
  • Simpy
  • Slashdot
  • StumbleUpon
  • Technorati
  • Upnews

Tags: , ,

Saturday, September 5th, 2009 Uncategorized

1 Comment to How can I set up my php site where I only have to make changes in one place?

  1. use the include function

    include(”file.php”);

    as easy as this

  2. another_man on September 7th, 2009

Leave a comment