상품일괄등록에 필드가 하나 더 추가되더라도 배열첨자를 변경하지 않도록 $j++ 로 처리

This commit is contained in:
gnuboard
2013-11-06 18:29:14 +09:00
parent ff520bb6df
commit ad6123a7f4

View File

@ -185,7 +185,7 @@ if($_FILES['excelfile']['tmp_name']) {
it_img7 = '$it_img7',
it_img8 = '$it_img8',
it_img9 = '$it_img9',
it_img10 = '$it_img10'; ";
it_img10 = '$it_img10' ";
sql_query($sql);
$succ_count++;