Including a file in PHP requires one simple statement: "include." For the purposes of this tutorial we are going to create two PHP files. The first file is the one that you want to add into your include statement. The second file will be the calling file that has the include statement within it. To test the PHP files you will have to... more »




















