1.html
Codice PHP:
abcd 
2.html
Codice PHP:
efgh 
3.php
Codice PHP:
include("1.html");
include(
"2.html"); 
da come risultato "abcdefgh"