[G4] 이번달 포인트 순위 보이기 > 기술자료 | 해피정닷컴

[G4] 이번달 포인트 순위 보이기 > 기술자료

본문 바로가기

사이트 내 전체검색

[G4] 이번달 포인트 순위 보이기 > 기술자료

그누보드 [G4] 이번달 포인트 순위 보이기

페이지 정보


본문

이번달 포인트 순위를 보여줍니다.
 
<table width="186" border="0" cellspacing="0" cellpadding="0">
  <?php
  //if ($member[mb_id] == 'happyjung') { 
 
    $point_nowdate = date("Y-m",time()); // 이번달
    $point_sql = "select * , count(B.mb_id ) as count, sum( B.po_point ) as point from $g4[member_table] as A
          left join $g4[point_table] as B on ( A.mb_id = B.mb_id and A.mb_level <= 10 and A.mb_point >= 0)
          where date_format(B.po_datetime,'%Y-%m') = '$point_nowdate' group by B.mb_id order by point desc LIMIT 0, 5 ";
    $point_result = sql_query($point_sql);
    //echo $point_sql;
  ?>
  <tr>
    <td height="22">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="img/ranking_title.jpg"></td>
  </tr>
  <tr>
    <td style="padding:5px 0 5px 0;" align="right">( <?php echo substr($point_nowdate, 0, 4)."년"; ?> <?php echo substr($point_nowdate,5,2)."월"; ?> )</td>
  </tr>
  <tr>
    <td><table width="186" border="0" cellspacing="1" cellpadding="0">
      <col width="25" />
      <col />
      <col width="30" />
    <?php
      for ($i=1; $point_row=sql_fetch_array($point_result); $i++) 
      { 
        $point_name = get_sideview($point_row[mb_id], $point_row[mb_id], $point_row[mb_email], $point_row[mb_homepage]); // 아이디
        //$point_name = get_sideview($point_row[mb_name], $point_row[mb_id], $point_row[mb_email], $point_row[mb_homepage]); // 이름
        //$point_name = get_sideview($point_row[mb_nick], $point_row[mb_id], $point_row[mb_email], $point_row[mb_homepage]); // 닉네임
        //$point_mb_point= number_format($point_row[mb_point]); // 전체포인트
    ?>
      <tr>
        <td><img src="img/ranking_<?php echo $i; ?>.jpg" alt="" /></td>
        <td style="padding-left:5px;"><?php echo $point_name; ?></td>
        <td align="right" style="padding-right:2px;"><?php echo number_format($point_row[point]); ?></td>
      </tr>
    <?php
      }
    ?>
    </table></td>
  </tr>
  <?php
  //}
  ?>
</table>
 
 
참고자료

댓글목록

등록된 댓글이 없습니다.


Total 2,641건 70 페이지
  • RSS
기술자료 목록
1261
그누보드   17851  2012-11-03 04:22 ~ 2018-12-18 02:42  
1260
그누보드   10690  2012-11-02 23:18  
열람
그누보드   11292  2012-11-01 22:20  
1258
그누보드   13246  2012-10-30 22:59  
1257
JavaScript   15671  2012-10-30 08:25  
1256
그누보드   12080  2012-10-29 23:37  
1255
그누보드   13413  2012-10-29 23:09  
1254
그누보드   12686  2012-10-29 21:09  
1253
PHP   19480  2012-10-28 23:34  
1252
그누보드   13721  2012-10-26 06:49  
1251
일반   13632  2012-10-25 20:51  
1250
그누보드   13493  2012-10-25 17:05 ~ 2020-10-15 13:42  
1249
MSSQL   15985  2012-10-23 09:07  
1248
ClassicASP   16521  2012-10-23 00:30 ~ 2014-08-13 00:00  
1247
HTML   24577  2012-10-20 21:42  
1246
그누보드   12757  2012-10-18 14:20 ~ 2014-12-11 00:00  
1245
JavaScript   29546  2012-10-17 21:33 ~ 2018-07-04 15:57  
1244
JSP   18761  2012-10-09 20:13  
1243
JSP   15262  2012-10-09 20:08  
1242
JavaScript   15440  2012-10-08 21:15  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.