출처 : https://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=11575



$list = $i%2; 밑에 


$t_row = sql_fetch(" select sum(po_point) as acc_point from  $g4[point_table] where mb_id='$row[mb_id]' and po_datetime <='$row[po_datetime]' "); //추가시키기







<td align=right>".number_format($row2[mb_point])."&nbsp;</td>


대신에


<td align=right>".number_format($t_row[acc_point])."&nbsp;</td>

'tech > PHP' 카테고리의 다른 글

GET으로 값 넘길시 쿼리스트링이 깨지는 경우가 있었습니다.  (0) 2013.07.17
배열 NULL값을 제외하기  (0) 2013.04.23
text file load  (0) 2012.07.25
현재 URL 구하기  (0) 2012.06.25
open_basedir restriction in effect  (0) 2012.05.23

+ Recent posts