The previous chapter explained the advantages of using the PHP include command . In this chapter the considerable advantages will be demonstrated in greater detail. In Chapter 21 we only used the include commands in the home page index.php. In this chapter we will create new pages and use the include commands in every page of an eight-page website. All the new pages will be adaptations of existing pages.
This chapter contains the following sections:
Using the PHP include command
Change the external footer file (footer.html)
Make copies of existing pages to create new pages
Create ...