How can I set up my php site where I only have to make changes in one place?
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
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












use the include function
include(”file.php”);
as easy as this