✏️ 正在编辑: exportSellerTxn.php
路径:
/home/llpreacharge/public_html/LLPRECHARGE/Admin/exportSellerTxn.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include'session.php'; include'../connection.php'; include'../functions.php'; $fdate = $_POST['fdate']; $ldate = $_POST['ldate']; $groupBy = $_POST['groupBy']; $fdateCreate=date_create($fdate); $fdateStyle=date_format($fdateCreate,"ymd"); $ldateCreate=date_create($ldate); $ldateStyle=date_format($ldateCreate,"ymd"); if($groupBy=="ALL") { require'exportSellerTxnAll.php'; } else { require'exportSellerTxnGroupBy.php'; } ?>
💾 保存文件
← 返回文件管理器