제나 빌드 베너 추가가 되지 않음 해결 방법
링크
컨텐츠 정보
- 21,226 조회
- 1 댓글
- 0 추천
- 목록
본문
베너 추가가 되지 않음 해결 방법 \r\n
================== 문제점 ==============
insert into g4_zp_banner set bn_alt = '1111', bn_url = '', bn_url_in = '', bn_position = 'right', bn_new_win = '', bn_begin_time = '2012-05-16 00:00:00', bn_end_time = '2012-06-16 00:00:00', bn_time = '', bn_hit = '0', bn_order = '50', bn_location_width = '0', bn_border_bottom = '1', bn_bimg_name = '2012-05-14_225352.gif', gr_admin = '',
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 15
error file : /web/adm/zenaplus/bannerformupdate.php
============================================================
감사 합니다 소금님 아래와같이 소금님의 조언에 따라 삭제 수정하니 이상없이 해결 되었습니다
------------------------------------------------
변경전 39~40번재
bn_bimg_name = '$bn_bimg_name',
gr_admin = '$gr_admin',
";
변경후 39~40번째줄
bn_bimg_name = '$bn_bimg_name'
"; ----------------------------------------------
Homepc.11q.kr
========================\n
================== 문제점 ==============
insert into g4_zp_banner set bn_alt = '1111', bn_url = '', bn_url_in = '', bn_position = 'right', bn_new_win = '', bn_begin_time = '2012-05-16 00:00:00', bn_end_time = '2012-06-16 00:00:00', bn_time = '', bn_hit = '0', bn_order = '50', bn_location_width = '0', bn_border_bottom = '1', bn_bimg_name = '2012-05-14_225352.gif', gr_admin = '',
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 15
error file : /web/adm/zenaplus/bannerformupdate.php
============================================================
감사 합니다 소금님 아래와같이 소금님의 조언에 따라 삭제 수정하니 이상없이 해결 되었습니다
------------------------------------------------
변경전 39~40번재
bn_bimg_name = '$bn_bimg_name',
gr_admin = '$gr_admin',
";
변경후 39~40번째줄
bn_bimg_name = '$bn_bimg_name'
"; ----------------------------------------------
Homepc.11q.kr
========================
[이 게시물은 관리자님에 의해 2013-11-18 21:29:50 11.H_BBS에서 이동 됨]
관련자료
-
링크