|
|
|
22년 전
|
조회 532
|
|
|
|
22년 전
|
조회 713
|
|
|
|
22년 전
|
조회 746
|
|
|
|
22년 전
|
조회 660
|
|
|
|
22년 전
|
조회 506
|
|
|
|
22년 전
|
조회 520
|
|
|
|
22년 전
|
조회 976
|
|
|
|
22년 전
|
조회 597
|
|
|
|
22년 전
|
조회 1,236
|
|
|
|
22년 전
|
조회 804
|
|
|
|
22년 전
|
조회 420
|
|
|
|
22년 전
|
조회 480
|
|
|
|
22년 전
|
조회 817
|
|
|
|
22년 전
|
조회 563
|
|
|
|
22년 전
|
조회 705
|
|
|
|
22년 전
|
조회 761
|
|
|
|
22년 전
|
조회 1,007
|
|
|
|
22년 전
|
조회 717
|
|
|
|
22년 전
|
조회 914
|
|
|
|
22년 전
|
조회 1,021
|
댓글 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>
<!-- 현재접속자수 표시 끝 -->