update.php

来自「极限网络智能办公系统 - Office Automation 2008 官方10」· PHP 代码 · 共 14 行

PHP
14
字号
<?php
 

include_once( "inc/auth.php" );
include_once( "inc/check_type.php" );
include_once( "inc/utility_all.php" );
echo "\r\n<html>\r\n<head>\r\n<title>提交客户修改 </title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n</head>\r\n\r\n<body class=\"bodycolor\">\r\n";
$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 );
save_field_data( "CONTACT", $CONTACT_ID, $_POST );
header( "location: index.php?".$QUERY_LIST );
echo "</body>\r\n</html>\r\n";
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?