잡스러운 보드 -->> 그누보드로 변환 에러 나는것좀 봐주실분^^

<?
$bo_table = "sub06_04"; // 코몬에 테이블이 들어가야 write 변수에값이들어감~
include_once("./_common.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
?>
잡스러운 보드 -> 그누보드로 변환 ver.1  by CHEONSIN<br>
<?
$sql = "select * from client_board where 1 order by idx";
$result = sql_query($sql);
$data_path = $g4[path]."/data/file/$bo_table";
//$view = sql_fetch($sql);
//echo $view[title]; exit;
//매장이 어디에있나요?/ 나옴

while ($row = sql_fetch_array($result)) {
 $html = "html1"; 
 
 $wr_num = get_next_num($write_table);
 /*if($row[attfiles]) {
  $attfiles = str_replace(":", "", $row[attfiles]);
 } else {
  $attfiles = "";
 }*/
 //if($row[secret] == "y") $secret = "secret";
 //else $secret = "secret";
 $subject = strip_tags($row[title]);
 $subject = str_replace("'", '"', $subject);
 $comment = str_replace("'", '"', $row[content]);
 $comment = str_replace("\n", "<br>", $row[content]);
 $wr_password = sql_password($row[pwd]); 
 $wr_email = $row[usermail];
?>
 <!--tr>
  <td><?=$row[idx]?></td>
  <td><?=$attfiles?></td>
 </tr-->
 <!---->
<?
 $sql = " insert into $write_table
                set wr_num = '".$row[num]."',
                    wr_id = '".$row[idx]."',
     wr_reply = '$wr_reply',
                    wr_comment = 0,
                    ca_name = '$ca_name',
                    wr_option = '$html,$secret,$mail',
                    wr_subject = '$subject',
                    wr_content = '$comment',
                    wr_link1 = '$wr_link1',
                    wr_link2 = '$wr_link2',
                    wr_link1_hit = 0,
                    wr_link2_hit = 0,
                    wr_trackback = '$wr_trackback',
                    wr_hit = '".$row[readnum]."',
                    wr_good = $wr_good',
                    wr_nogood = 0,
                    mb_id = '".$row[username]."',
                    wr_password = '$wr_password',
                    wr_name = '".$row[username]."',
                    wr_email = '$wr_email',
                    wr_homepage = '$wr_homepage',
                    wr_datetime = '".date("Y-m-d H:i:s", $row[w_date])."',
                    wr_last = '".date("Y-m-d H:i:s", $row[w_date])."',
                    wr_ip = '".$row[ipaddress]."' ";
    sql_query($sql);
 
 
>>에러코드
 
insert into g4_write_sub06_04 set wr_num = '1', wr_id = '3', wr_reply = '', wr_comment = 0, ca_name = '', wr_option = 'html1,,', wr_subject = '매장이 어디에 있나요?', wr_content = '안녕하세요
홈페이지 기념에 할인행사를 하신다고햇는데 베스트빈매장을 못보았는데요
어디어디에 있나요? 가보려고합니다 ', wr_link1 = '', wr_link2 = '', wr_link1_hit = 0, wr_link2_hit = 0, wr_trackback = '', wr_hit = '849', wr_good = ', wr_nogood = 0, mb_id = '장연숙', wr_password = '*A4B6157319038724E3560894F7F932C8886EBFCF', wr_name = '장연숙', wr_email = 'jayes@hanmail.net', wr_homepage = '', wr_datetime = '1970-01-01 09:33:25', wr_last = '1970-01-01 09:33:25', wr_ip = '220.117.245.184'
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 '장연숙', wr_password = '*A4B6157319038724E3560894F7F932C8886' at line 16
error file : /db.php
 
 
>> 나오는데요 뭐가 문제일까욤??
 
|

댓글 1개

작은 따옴표 하나가 빠졌네요.

wr_good = $wr_good',
=>
wr_good = '$wr_good',
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 3,926
13년 전 조회 1,325
13년 전 조회 1,895
13년 전 조회 1,675
13년 전 조회 1,279
13년 전 조회 8,372
13년 전 조회 1,665
13년 전 조회 2,331
13년 전 조회 1,309
13년 전 조회 1,667
13년 전 조회 1,503
13년 전 조회 2,492
13년 전 조회 3,916
13년 전 조회 2,153
13년 전 조회 3,844
13년 전 조회 2,013
13년 전 조회 4,457
13년 전 조회 1,971
13년 전 조회 1,506
13년 전 조회 2,461
13년 전 조회 3,226
13년 전 조회 2,147
13년 전 조회 1,959
13년 전 조회 3,744
13년 전 조회 1,748
13년 전 조회 1,291
13년 전 조회 2,220
13년 전 조회 1,414
13년 전 조회 5,766
13년 전 조회 1,402
13년 전 조회 1,804
13년 전 조회 1,370
13년 전 조회 1,428
13년 전 조회 1,563
13년 전 조회 2,339
13년 전 조회 2,193
13년 전 조회 1,916
13년 전 조회 2,087
13년 전 조회 4,350
13년 전 조회 1,386
13년 전 조회 2,296
13년 전 조회 2,092
13년 전 조회 1,254
13년 전 조회 1,374
13년 전 조회 1,272
13년 전 조회 9,093
13년 전 조회 1,488
13년 전 조회 2,303
13년 전 조회 2,036
13년 전 조회 1,357
13년 전 조회 1,120
13년 전 조회 4,428
13년 전 조회 1,165
13년 전 조회 1,307
13년 전 조회 2,397
13년 전 조회 1,868
13년 전 조회 1,930
13년 전 조회 1,628
13년 전 조회 1,612
13년 전 조회 1,353
13년 전 조회 1,878
13년 전 조회 1,512
13년 전 조회 2,344
13년 전 조회 1,680
13년 전 조회 3,445
13년 전 조회 1,218
13년 전 조회 2,877
13년 전 조회 3,261
13년 전 조회 5,013
13년 전 조회 1,578
13년 전 조회 1,795
13년 전 조회 2,000
13년 전 조회 1,827
13년 전 조회 1,931
13년 전 조회 3,487
13년 전 조회 1,916
13년 전 조회 1,654
13년 전 조회 1,767
13년 전 조회 1,791
13년 전 조회 1,483
14년 전 조회 2,350
14년 전 조회 2,698
14년 전 조회 2,037
14년 전 조회 1,615
14년 전 조회 1,613
14년 전 조회 1,468
14년 전 조회 2,288
14년 전 조회 3,237
14년 전 조회 1,983
14년 전 조회 2,262
14년 전 조회 1,743
14년 전 조회 1,789
14년 전 조회 1,985
14년 전 조회 1,518
14년 전 조회 1,494
14년 전 조회 1,515
14년 전 조회 1,848
14년 전 조회 1,897
14년 전 조회 1,668
14년 전 조회 1,411