상품일괄등록에 필드가 하나 더 추가되더라도 배열첨자를 변경하지 않도록 $j++ 로 처리
This commit is contained in:
@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user