회원정보 최근 업데이트 :

이모티콘 목록

보낼내용

0 / byte
{이름} : 받는사람 이름

받는사람



예약전송



휴대폰번호 목록

SMS 수신을 허용한 회원님만 출력됩니다.
\n"; echo "var hp_list = document.getElementById('hp_list');\n"; //echo "add(\"$row[wr_message]\");\n"; $wr_message = str_replace('"', '\"', $row['wr_message']); $wr_message = str_replace(array("\r\n","\n"), "\\n", $wr_message); echo "add(\"$wr_message\");\n"; echo "document.getElementById('wr_reply').value = '{$row['wr_reply']}';\n"; // 회원목록 $sql = " select * from {$g5['sms5_history_table']} where wr_no = '$wr_no' and bk_no > 0 "; $qry = sql_query($sql); $tot = sql_num_rows($qry); if ($tot > 0) { $str = '재전송그룹 ('.number_format($tot).'명)'; $val = 'p,'; while ($row = sql_fetch_array($qry)) { $val .= $row['bk_no'].','; } echo "hp_list.options[hp_list.length] = new Option('$str', '$val');\n"; } // 비회원 목록 $sql = " select * from {$g5['sms5_history_table']} where wr_no = '$wr_no' and bk_no = 0 "; $qry = sql_query($sql); $tot = sql_num_rows($qry); if ($tot > 0) { while ($row = sql_fetch_array($qry)) { $str = "{$row['hs_name']} ({$row['hs_hp']})"; $val = "h,{$row['hs_name']}:{$row['hs_hp']}"; echo "hp_list.options[hp_list.length] = new Option('$str', '$val');\n"; } } echo "\n"; } ?>

SMS 문자전송 서비스를 사용할 수 없습니다.

SMS 를 사용하지 않고 있기 때문에, 문자 전송을 할 수 없습니다.
SMS 사용 설정은 환경설정 > 기본환경설정 > SMS설정 에서 SMS 사용을 아이코드로 변경해 주셔야 사용하실수 있습니다.