The document discusses including external files in PHP scripts to separate HTML formatting from PHP code and make applications more consistent and manageable. It describes four PHP functions - include(), include_once(), require(), and require_once() - that are used to include external files. The document also provides examples of including style sheets to control page layouts consistently across a website.