If I have a script name index.php being called upon when access my domain, http://www.mydomain.com/, how do I include an external file, for example main.html such that index.php will display the entire content of main.html?
<? include 'main.html'; ?>