echo 문에 number_format{$list[$idx][$i][wr_1]} 어떻게... 정보
echo 문에 number_format{$list[$idx][$i][wr_1]} 어떻게...본문
아래 echo 문장을 어떻게 표현해야 바르게 출력되나요?? ㅜ.ㅜ
echo number_format{$list[$idx][$i][wr_1]}<br>;
원낙 초보라...
echo number_format{$list[$idx][$i][wr_1]}<br>;
원낙 초보라...
댓글 전체
php 구문 밖에 있을때
<?echo number_format($list[$idx][$i][wr_1])."<br />"; ?>
php 구문 안에서 사용할때
echo number_format($list[$idx][$i][wr_1])."<br />";
<?echo number_format($list[$idx][$i][wr_1])."<br />"; ?>
php 구문 안에서 사용할때
echo number_format($list[$idx][$i][wr_1])."<br />";
감사합니다. 불량학생님
늘 행복한 하루 보내세요!!
늘 행복한 하루 보내세요!!