Current Path : /home/tiporg/www/sym/0-tiporg.txt/manage/ |
Current File : /home/tiporg/www/sym/0-tiporg.txt/manage/delete_downloads.php |
<?php include("classes/access_user_class.php"); $sql = "delete from tbl_downloads where id = '".$_REQUEST['id']."'"; mysql_query($sql) or die(mysql_error()); $message = "Document has been deleted successfully"; ?> <script> self.location = "downloads.php?mess=<?php echo $message; ?>"; </script>