옵션정보 처리에서 변수를 post 로 변경

This commit is contained in:
chicpro
2013-05-24 10:50:12 +09:00
parent ad380a24e9
commit ef0ef6affc

View File

@ -1,6 +1,11 @@
<?php
include_once('./_common.php');
$it_id = $_POST['it_id'];
$opt_id = $_POST['opt_id'];
$idx = $_POST['idx'];
$sel_count = $_POST['sel_count'];
$sql = " select * from {$g4['shop_item_option_table']}
where io_type = '0'
and it_id = '$it_id'