상품문의 sms 기능 추가 중

This commit is contained in:
chicpro
2013-11-21 15:50:36 +09:00
parent ece092e019
commit c8bdba6924
6 changed files with 32 additions and 1 deletions

View File

@ -28,6 +28,8 @@ if ($w == "")
mb_id = '{$member['mb_id']}',
iq_secret = '$iq_secret',
iq_name = '$iq_name',
iq_email = '$iq_email',
iq_hp = '$iq_hp',
iq_password = '$iq_password',
iq_subject = '$iq_subject',
iq_question = '$iq_question',
@ -49,6 +51,8 @@ else if ($w == "u")
$sql = " update {$g5['g5_shop_item_qa_table']}
set iq_secret = '$iq_secret',
iq_email = '$iq_email',
iq_hp = '$iq_hp',
iq_subject = '$iq_subject',
iq_question = '$iq_question'
where iq_id = '$iq_id' ";