芝麻web文件管理V1.00
编辑当前文件:/home/disqkgca/public_html/ksmicc/payment.php
db_host,$config->db_user,$config->db_pass,$config->db_name); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } ?> getSubscriptionfees($con); $fees = $subinfo['fees']; $currentdate = date("Y-m-d"); $yearEnd = date('Y-m-d', strtotime('Dec 31')); $diff = strtotime($yearEnd) - strtotime($currentdate); $totaldays = abs(round($diff / 86400)); $onddayfee = $fees/$subinfo['duration']; $totalpayablefees = floatval($totaldays)*floatval($onddayfee); ?>
Make Payment For Membership
Your Membership fees is : £