update.php
来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 29 行
PHP
29 行
<?
include_once("inc/auth.php");
include_once("inc/check_type.php");
?>
<html>
<head>
<title>提交客户修改 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor">
<?
$query="update CONTACT set CONTACT_TYPE='$CONTACT_TYPE',CUSTOMER_ID='$CUSTOMER_ID',CONTACT_CONTENT='$CONTACT_CONTENT',TIME_COST='$TIME_COST',MONEY_COST='$MONEY_COST',CONTACT_DATE='$CONTACT_DATE',LINKMAN_ID='$LINKMAN_ID',MEMO='$MEMO',MEMO1='$MEMO1',SATISFY='$SATISFY',FEEDBACK='$FEEDBACK',USERDEF1='$USERDEF1',USERDEF2='$USERDEF2',USERDEF3='$USERDEF3',USERDEF4='$USERDEF4',USERDEF5='$USERDEF5' where CONTACT_ID='$CONTACT_ID'";
exequery($connection,$query);
if($FLAGSOURCE=="ad_query")
{
$urlstr1=str_replace("%","&",$QUERY_LIST);
header("location: ad_query/list.php?".$urlstr1);
}
else
{
header("location: index.php?".$QUERY_LIST);
}
?>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?