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.
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.


1 Comment to 'How can I set up my php site where I only have to make changes in one place?'
October 13, 2009
use the include function
include(”file.php”);
as easy as this
Leave a comment