D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
Filename :
deleteconfirm2.php
back
Copy
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheduresult2018byto")){?> <?php include("Connecter/dataconn.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("dtable0.php"); ?> <?php include("nav.php"); ?> <?php include("dtable1.php"); ?> <?php include("topcontainer.php"); ?> <!--Content Goes Here--> <div class="headingbiggest">Confirm Student Delete</div> <hr /> <?php $dses=$_GET['deltab']; $daa=$_GET['sea']; $dee=$_GET['ss']; ?> Do you really want to delete the student with matric number: <b><?php echo($dses); ?></b>? There is no revocation after this:<br /> <a href="studentsearchrecord.php?deltab=<?php echo($dses); ?>&sea=<?php echo(urlencode($daa)); ?>&ss=<?php echo(urlencode($dee)); ?>">Yes</a> or <a href="studentsearchrecord.php?sea=<?php echo(urlencode($daa)); ?>&ss=<?php echo(urlencode($dee)); ?>">No</a> <!--Content Ends Here--> <?php include("bottomcontainer.php"); ?> <?php include("dtable2.php"); ?> <?php include("side.php"); ?> <?php include("dtable3.php"); ?> <?php include("foot.php"); ?> </body> </html> <?php } else { include("ddadmin.php"); }?>