상품정보 고시에 따옴표 있을 때 오류 대처

This commit is contained in:
chicpro
2014-03-28 09:27:23 +09:00
parent f08eb1b719
commit 46b8e2e035
3 changed files with 26 additions and 10 deletions

View File

@ -253,7 +253,7 @@ for($i=0; $i<count($_POST['ii_article']); $i++) {
$val = $_POST['ii_value'][$i];
$value_array[$key] = $val;
}
$it_info_value = serialize($value_array);
$it_info_value = addslashes(serialize($value_array));
// 포인트 비율 값 체크
if($it_point_type == 1 && $it_point > 99)