Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ltms.eemo.co.kr/public_html/super/pop_sendlms_do.php
<? session_cache_limiter('no-cache, must-revalidate'); session_start(); header("Pragma: no-cache"); header("Cache-Control: no-cache,must-revalidate"); header("Content-Type: text/html; charset=utf-8"); foreach($_POST as $key => $value) { ${$key}=trim($value); } include_once("dbconn.php"); include_once("lib.php"); if(!$cont) { echo "<script>alert('내용을 입력하세요.');history.back();</script>"; exit; } if($id) { $rs=RS("select * from member where id='$id' "); $vtel=$rs[tel]; $vname=$rs[name]; $sms_mem_no=$rs[no]; } else if($cs_log_no) { $rs=RS("select * from cs_log where no='$cs_log_no' "); $vtel=$rs[tel]; $vname=$rs[name]; } else if($order_jupsu_no) { $rs=RS("select * from order_jupsu where no='$order_jupsu_no' "); $vtel=$rs[suryung_cel]; $vname=$rs[suryung_name]; } else if($banpum_no) { $rs=RS("select * from banpum_log a, order_jupsu b where a.no='$banpum_no' and a.order_jupsu_no = b.no "); $vtel=$rs[suryung_cel]; $vname=$rs[suryung_name]; } $sms_tel=$vtel; $reg_cont=$cont; $sms_title="지바이크 안내 메시지입니다."; include "order_jupsu_lms_send.php"; echo "<script>alert('".$sms_result."');window.close();</script>"; ?>