|
|
|
22년 전
|
조회 495
|
|
|
|
22년 전
|
조회 676
|
|
|
|
22년 전
|
조회 713
|
|
|
|
22년 전
|
조회 627
|
|
|
|
22년 전
|
조회 469
|
|
|
|
22년 전
|
조회 491
|
|
|
|
22년 전
|
조회 946
|
|
|
|
22년 전
|
조회 570
|
|
|
|
22년 전
|
조회 1,208
|
|
|
|
22년 전
|
조회 772
|
|
|
|
22년 전
|
조회 391
|
|
|
|
22년 전
|
조회 446
|
|
|
|
22년 전
|
조회 786
|
|
|
|
22년 전
|
조회 539
|
|
|
|
22년 전
|
조회 681
|
|
|
|
22년 전
|
조회 728
|
|
|
|
22년 전
|
조회 984
|
|
|
|
22년 전
|
조회 685
|
|
|
|
22년 전
|
조회 885
|
|
|
|
22년 전
|
조회 990
|
댓글 1개
<table align="center" border="1" width="100%" cellpadding="2" cellspacing="0">
<!-- 회원수 표시 시작 -->
<?
$sql = " select count(*) from $cfg[table_member] ";
$result = sql_query($sql);
$row = mysql_fetch_array($result);
$total_member = $row[0];
$sql = " select count(*) from $cfg[table_member]
where TO_DAYS(CURDATE()) - TO_DAYS(mb_datetime) = 0 ";
$result = sql_query($sql);
$row = mysql_fetch_array($result);
$today_member = $row[0];
?>
<tr><td width=60% align=right>전체회원수 </td><td width=40%><?=$total_member?>명</td></tr>
<tr><td width=60% align=right>오늘가입 </td><td width=40%><?=$today_member?>명</td></tr>
<!-- 회원수 표시 끝 -->
<!-- 현재접속자수 표시 시작 -->
<tr><td width=50% align=right>손님 </td><td width=50%><? echo get_login_count('guest') ?>명</td></tr>
<tr><td width=50% align=right>회원 </td><td width=50%><? echo get_login_count('member') ?>명</td></tr>
<tr><td width=50% align=right>전체 </td><td width=50%><? echo get_login_count('total') ?>명</td></tr><tr><td>
<tr>
<td width="100%" bgcolor="#999999" height="1" colspan="2">
</td>
</tr></table>
<!-- 현재접속자수 표시 끝 -->