✏️ 正在编辑: exexportSellerTxnGroupBy.php
路径:
/home/llpreacharge/public_html/LLPRECHARGE/Admin/exexportSellerTxnGroupBy.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'exportSellerTxnGroupBy.php'; } else { require'exportSellerTxnAll.php'; } ?>
💾 保存文件
← 返回文件管理器