/home/mjc1/public_html/manage/ajax.dealerboard_memo.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<?
include("./_common.php");

include_once(
"./category/common.php");

$txt iconv("UTF-8","EUCKR",$txt);

$sql "update dealerorder set a_bigo = '$txt' where code = '$code' ";
//echo $sql;
mysql_query($sql);
header("Content-type:text/html;charset=utf8"); 
echo 
"저장되었습니다.";
?>