Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/army1/
Upload File :
Current File : /var/www/html/venkat/army1/delete.php

<?php
//echo $r;
include("personal.php");
//include("db1.php");
//include("session.php");


$sql = $conn->prepare("SELECT * FROM armypost");
//$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 = "deletesubmit.php">
	   <table>
		

		<colspan = "3"> <td> <b> DELETE </b> </td> </tr>
			<tr>
		<td> <br> ARMY ID </td> <td> <br> : </td> <td> <br>  <input type = "text" name = "armyid"> </td></tr>

		<tr colspan = "3">
	   		<td> <br> <input type = "submit" value = "Submit"> </td>
		</tr>
	    </table>
	    </form> 
	   </div>
<?php

?>