require_once 'admin/include/connection.php'; require_once 'include/header.php'; require_once 'include/nav.php'; $sql1 = "SELECT * FROM `tender_tb` WHERE `status` = 'START' "; $res1 = mysqli_query($con,$sql1); $sql2 = "SELECT * FROM `tender_tb` WHERE `status` = 'END' "; $res2 = mysqli_query($con,$sql2); ?>
Welcome to the Sinha College Tender Website! On our front portal, you can find all the details about the tenders currently available. We provide a user-friendly interface that allows you to easily navigate through the tenders and access the information you need.