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

<?
$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',
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
14년 전 조회 4,192
14년 전 조회 1,661
14년 전 조회 2,210
14년 전 조회 2,011
14년 전 조회 1,618
14년 전 조회 8,660
14년 전 조회 2,000
14년 전 조회 2,669
14년 전 조회 1,657
14년 전 조회 2,032
14년 전 조회 1,846
14년 전 조회 2,826
14년 전 조회 4,251
14년 전 조회 2,482
14년 전 조회 4,176
14년 전 조회 2,358
14년 전 조회 4,791
14년 전 조회 2,340
14년 전 조회 1,880
14년 전 조회 2,816
14년 전 조회 3,613
14년 전 조회 2,503
14년 전 조회 2,325
14년 전 조회 4,101
14년 전 조회 2,112
14년 전 조회 1,668
14년 전 조회 2,548
14년 전 조회 1,770
14년 전 조회 6,107
14년 전 조회 1,755
14년 전 조회 2,127
14년 전 조회 1,732
14년 전 조회 1,792
14년 전 조회 1,896
14년 전 조회 2,706
14년 전 조회 2,563
14년 전 조회 2,249
14년 전 조회 2,451
14년 전 조회 4,651
14년 전 조회 1,754
14년 전 조회 2,648
14년 전 조회 2,464
14년 전 조회 1,611
14년 전 조회 1,736
14년 전 조회 1,571
14년 전 조회 9,381
14년 전 조회 1,862
14년 전 조회 2,662
14년 전 조회 2,324
14년 전 조회 1,739
14년 전 조회 1,497
14년 전 조회 4,726
14년 전 조회 1,537
14년 전 조회 1,689
14년 전 조회 2,755
14년 전 조회 2,256
14년 전 조회 2,290
14년 전 조회 1,977
14년 전 조회 1,960
14년 전 조회 1,686
14년 전 조회 2,206
14년 전 조회 1,861
14년 전 조회 2,715
14년 전 조회 2,031
14년 전 조회 3,741
14년 전 조회 1,585
14년 전 조회 3,240
14년 전 조회 3,600
14년 전 조회 5,340
14년 전 조회 1,958
14년 전 조회 2,175
14년 전 조회 2,369
14년 전 조회 2,150
14년 전 조회 2,203
14년 전 조회 3,859
14년 전 조회 2,277
14년 전 조회 2,008
14년 전 조회 2,144
14년 전 조회 2,127
14년 전 조회 1,841
14년 전 조회 2,686
14년 전 조회 2,998
14년 전 조회 2,390
14년 전 조회 1,959
14년 전 조회 1,920
14년 전 조회 1,776
14년 전 조회 2,605
14년 전 조회 3,615
14년 전 조회 2,336
14년 전 조회 2,606
14년 전 조회 2,121
14년 전 조회 2,148
14년 전 조회 2,347
14년 전 조회 1,898
14년 전 조회 1,830
14년 전 조회 1,883
14년 전 조회 2,212
14년 전 조회 2,253
14년 전 조회 2,024
14년 전 조회 1,774