✏️ 正在编辑: deactive_bank.php
路径:
/home/llpreacharge/public_html/Admin/deactive_bank.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include'connection.php'; ob_start(); $bid=$_GET['bid']; $query="update bank set Status='Deactive' where Id=$bid"; if(mysqli_query($con,$query)) { header('location:add_bank_details.php'); } ob_end_flush(); ?>
💾 保存文件
← 返回文件管理器