<?php

$body_file = "11-04-2022-funtions-php";

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

?>