Function Friday: Include () Function
Friday June 20, 2008
The include () function is a very useful PHP function on pages with a lot of repeated information. Include () is used to include the contents of another file within the file that calls it. You can include a file with all your variables and functions, include files that contain your page headers and footers, or any other sorts of information that is reused on pages.


Comments
Includes worked on site till my host upgraded to php5. Now includes aren’t working. Any suggestions?