짤탱이

포인트를 출력할려면...

 
<a href="javascript:win_point();"><font color="#737373">포인트 : <?=$point?>점</font></a>
 
로그인 외에 다른곳에  포인트를 불러올려면
이것만적어서 안나오던데 어덯게해야하나요?
 
|

댓글 2개

<?//게시판포인트
if($bo_table !=""){
$bo_point=@mysql_query("select * from $g4[board_table] where bo_table='{$bo_table}'");
while($bo_row = @mysql_fetch_array($bo_point))
{echo"<strong>게시판 Point:</strong><font color='red'><br>
게시판읽고:&nbsp;{$bo_row[bo_read_point]}<br>
게시판쓰고:&nbsp;{$bo_row[bo_write_point]}<br>
게시판리플:&nbsp;{$bo_row[bo_comment_point]}<br>
</font>";
}//while
}//if
?>

<?//접속자포인트
$mb_point=@mysql_result(@mysql_query("select mb_point,mb_id from $g4[member_table] where mb_id='{$member[mb_id]}'"),0,0);
if($member[mb_id] !="" )
{$mb_point=number_format($mb_point);
echo"<strong>내 Point: </strong><font color='red'><b>{$mb_point}</b></font>";
echo"&nbsp;&middot;";?><a href="javascript:win_point();">
<font color='#828282'><strong><u>Point 내역</u></strong></font></a>
<?}//if
?>

faq:왜 get_member 를 쓰지않죠? 초보라...ㅡㅡ;

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고