<?php // header include("includes/header.php"); // code echo("Hello, world!"); // footer include("includes/footer.php"); ?>