채택완료

포인트 캐시전환

2019-12-13 (금) 20:51:00 2,784
Copy
<tr>

                        <th>포인트</th>

                        <td><input type="text" class="point"  id="my-cash" value="<?php echo number_format($row_ch['po_mb_point']); ?>" readonly="">point</td>      

                    </tr>

                    <tr>

                        <th>캐시</th>

                        <td><input type="text" class="point"  id="my-cash" value="<?php echo number_format($member['mb_point']); ?>" readonly="">Pay</td>   

                    </tr>

안녕하세요 포인트를 캐시로 전환하는 코드를 방법을 찾을수가 없어서 고수분들에게 도움 요청드립니다..

방법 있을까요?

|

답변 1개

채택된 답변
+20 포인트
2019-12-13 (금) 23:27:23

캐시라는 함수가 따로없는데 개발하신거라면 개발자에게 문의를 하거나 제작의뢰하셔야합니다.

답변을 작성하려면 로그인이 필요합니다.