Forum Moderators: open
Then place this code where you wish the content to appear:
<?php include("example.html"); ?>
If you will be using several of these type includes, you may wish to organise them in a specific directory: /includes (or whatever). Then your code would look like:
<?php include("includes/example.html"); ?>