📄 account_add_post.php
字号:
<?
########################################
#OsoonCrm
#客户列表
########################################
include "include/check.inc.php";
include "include/db.inc.php";
$AccountOwnerID=$G_uid;
$CreateID=$G_uid;
$CreateTime=date("Y-m-d H:i:s",time());
$sql="insert into crm_account (AccountOwnerID,AccountName,AccountType,AccountSN,AccountIndustry,AccountSource,Area,YearRevenue,Tel,HumanScale,Fax,Relationship,WebSite,MainContact,Credit,TaxSN,FixedAssets,Sale,SaleManNumber,ComputerNumber,CorpProperty,FoundTime,Shared,Country,Province,City,Address,Zip,Memo,CreateID,CreateTime,ModifyID,ModifyTime) values ('$AccountOwnerID','$AccountName','$AccountType','$AccountSN','$AccountIndustry','$AccountSource','$Area','$YearRevenue','$Tel','$HumanScale','$Fax','$Relationship','$WebSite','$MainContact','$Credit','$TaxSN','$FixedAssets','$Sale','$SaleManNumber','$ComputerNumber','$CorpProperty','$FoundTime','$Shared','$Country','$Province','$City','$Address','$Zip','$Memo','$CreateID','$CreateTime','$ModifyID','$ModifyTime')";
mysql_query($sql);
Header("Location: account_list.php");
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -