kohjhjhصثقص5572lllllllldfgddfgصثقffgggfffgfgfgdfgdg
Ele57885fddfg872llll82ddfgdfgdfgdfgdfgfgfggffggfgfgfghgقفغفغفقhfg555434536
/
home3
/
oraclepublicscho
/
public_html
/
Oracle_Cpanel
/
Upload FileeE
HOME
<?php include 'header.php'; include 'config.php'; ?> <?php $id = $_GET['id']; $query="DELETE FROM fact WHERE id ='$id'"; $result=mysqli_query($connect,$query); if($result > 0) { ?> <script> alert('Record has been successfully deleted'); window.location.replace("fact"); </script> <?php } else{ ?> <script> alert('Database Error!'); window.location.replace("fact"); </script> <?php } ?>