<?php include "header.php" ?> <form> <input type="date" name="selectDateToFind"> <input class="btn btn-primary" type="submit" value="Find"> </form> <table id="example" class="table display table-striped table-bordered table-hover table-sm" cellspacing="0" width="100%"> <?php include "api/v1/ShiftTankReport/shiftTankVw1.php"; ?> <?php include "api/v1/ShiftTankReport/shiftTankReport1.php"; ?> <?php include "api/v1/ShiftTankReport/shiftTankVw2.php"; ?> <?php include "api/v1/ShiftTankReport/shiftTankReport2.php"; ?> <?php include "api/v1/ShiftTankReport/shiftTankVw3.php"; ?> <?php include "api/v1/ShiftTankReport/shiftTankReport3.php"; ?> </table>