In order for a website to use includes, you must use php calls. Basically, the site is still an html website, with the exception that the html is created dynamically by parsing the php includes. If you view the source code for each page sent to your browser, you will not find the php script, [...]