<?php

$body_file = "10-21-2022-functions-001-php";

include("header.php");
include("body.php");
include("footer.php");

?>