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