|
|
|
17년 전
|
조회 1,667
|
|
|
|
17년 전
|
조회 932
|
|
|
|
17년 전
|
조회 798
|
|
|
|
17년 전
|
조회 947
|
|
|
|
17년 전
|
조회 1,515
|
|
|
|
17년 전
|
조회 761
|
|
|
|
17년 전
|
조회 760
|
|
|
|
17년 전
|
조회 1,555
|
|
|
|
17년 전
|
조회 758
|
|
|
|
17년 전
|
조회 919
|
|
|
|
17년 전
|
조회 941
|
|
|
|
17년 전
|
조회 683
|
|
|
|
17년 전
|
조회 764
|
|
|
|
17년 전
|
조회 934
|
|
|
|
17년 전
|
조회 737
|
|
|
|
17년 전
|
조회 908
|
|
|
|
17년 전
|
조회 744
|
|
|
|
17년 전
|
조회 791
|
|
|
|
17년 전
|
조회 765
|
|
|
|
17년 전
|
조회 764
|
댓글 1개
338 라인인가.. update 부분을 아래처럼 수정하면 될거같네요
$sql = " update $write_table
set ca_name = '$ca_name',
wr_option = '$html,$secret,$mail',
wr_subject = '$wr_subject',
wr_content = '$wr_content',
wr_link1 = '$wr_link1',
wr_link2 = '$wr_link2',
mb_id = '$mb_id',
wr_name = '$wr_name',
wr_email = '$wr_email',
wr_homepage = '$wr_homepage',
wr_datetime = '$g4[time_ymdhis]',
wr_1 = '$wr_1',
wr_2 = '$wr_2',
wr_3 = '$wr_3',
wr_4 = '$wr_4',
wr_5 = '$wr_5',
wr_6 = '$wr_6',
wr_7 = '$wr_7',
wr_8 = '$wr_8',
wr_9 = '$wr_9',
wr_10= '$wr_10'
$sql_ip
$sql_password
where wr_id = '$wr[wr_id]' ";