<?php

$body_file = "09-09-2022-all-about-tabeles";

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

?>