⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 account_add_post.php

📁 CRM 不仅仅是一个管理名词和管理概念
💻 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 + -