| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/thegioimaycongnghiep.vn/public_html/webadmin/views/ajax/ |
Upload File : |
<?php
$year_now = mdate('%Y',time());
$year49 = $year_now - 49;
$year70 = $year_now - 70;
$year35 = $year_now - 35;
$year50 = $year_now - 50;
$year25 = $year_now - 25;
$year34 = $year_now - 34;
$year18 = $year_now - 18;
$year24 = $year_now - 24;
$year17 = $year_now - 17;
?>
<div style="font-size: 14px;font-weight: bold;">Tổng số thành viên: <?=$this->ajax->Allmember()?></div>
<div style="line-height: 22px;">Độ tuổi từ 50->70: <b><?echo $this->ajax->tinhtuoi($year70.'-12-31',$year49.'-01-01')?> thành viên</b></div>
<div style="line-height: 22px;">Độ tuổi từ 35->50: <b><?echo $this->ajax->tinhtuoi($year50.'-12-31',$year35.'-01-01')?> thành viên</b></div>
<div style="line-height: 22px;">Độ tuổi từ 25->34: <b><?echo $this->ajax->tinhtuoi($year34.'-12-31',$year25.'-01-01')?> thành viên</b></div>
<div style="line-height: 22px;">Độ tuổi từ 18->24: <b><?echo $this->ajax->tinhtuoi($year24.'-12-31',$year18.'-01-01')?> thành viên</b></div>
<div style="line-height: 22px;">Độ tuổi dưới 18: <b><?echo $this->ajax->tinhtuoi($year17.'-12-31',$year_now.'-01-01')?> thành viên</b></div>