관리자가 글을 작성하면 문자가 발송이 되지 않게 할려면 어떻게 해야 하나요?
sms_board.php 소스 입니다.
include_once("_class.php");
$mb_hp = preg_replace("/[^0-9]/", "", $member[mb_hp]);
$adminhp = str_replace("-","",$config[cf_info_mobile]);
if ($member[mb_hp])
{
$senderhp = $mb_hp;
}
else if ($od_hp)
{
$senderhp = $od_hp;
}
else if ($sender)
{
$senderhp = $sender;
}
else
{
$senderhp = $adminhp;
}
if ($bo_table == b107)
{
$board_msg = "오퍼 있습니다.";
}
else if ($bo_table == b126)
{
$board_msg = "주문 글이 올라왔습니다.";
}
else
{
$board_msg = "글이 올라왔습니다.";
}
if ($bo_table == b107)
{
$board_str = "";
}
else
{
$board_str = "$str";
}
sms_board.php 소스 입니다.
include_once("_class.php");
$mb_hp = preg_replace("/[^0-9]/", "", $member[mb_hp]);
$adminhp = str_replace("-","",$config[cf_info_mobile]);
if ($member[mb_hp])
{
$senderhp = $mb_hp;
}
else if ($od_hp)
{
$senderhp = $od_hp;
}
else if ($sender)
{
$senderhp = $sender;
}
else
{
$senderhp = $adminhp;
}
if ($bo_table == b107)
{
$board_msg = "오퍼 있습니다.";
}
else if ($bo_table == b126)
{
$board_msg = "주문 글이 올라왔습니다.";
}
else
{
$board_msg = "글이 올라왔습니다.";
}
if ($bo_table == b107)
{
$board_str = "";
}
else
{
$board_str = "$str";
}
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기