Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/venkat/army1/ |
<?php
//echo $r;
include("inde.php");
include("db1.php");
include("session.php");
$sql = $conn->prepare("SELECT * FROM armyleavetype");
//$sql->bindValue(':rollno',$id);
$sql->execute();
//$row = $sql->rowCount();
//if($row > 0) {
?>
<!--<center> <h2> Army-Allahabad </h2> </center>-->
<div align = "center"> <br><form method = "post" action = "leavesubmit.php">
<table>
<colspan = "3"> <td> <b> CHOOSE YOUR OPTION </b> </td> </tr>
<tr>
<td> <br> </td> <td> <br> </td> <td> <br> <a href = "add.php">ADD </a> </td></tr>
<td> <br> </td> <td> <br> </td> <td> <br> <a href = "update.php">UPDATE </a> </td></tr>
<td> <br> </td> <td> <br> </td> <td> <br> <a href = "delete.php">DELETE </a> </td></tr>
</table>
</form>
</div>
<?php
?>