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

📄 validate_sort.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 PHP
字号:
<?php

header( "Content-Type: text/html; charset=gb2312" );
include_once( "inc/auth.php" );
$connection = openconnection( );
if ( $_REQUEST['sort_id'] != NULL )
{
	$query = "select SORT_ID from officeitem_sort where SORT='".$_REQUEST['sort']."' and SORT_ID !=".$_REQUEST['sort_id'];
}
else
{
	$query = "select SORT_ID from officeitem_sort where SORT='".$_REQUEST['sort']."'";
}
$cursor = exequery( $connection, $query );
if ( $row = mysql_fetch_row( $cursor ) )
{
	echo "<script>\r\n\t\t\talert('此办公用品类别已经创建!');\r\n\t\t\tparent.document.form1.sort.select();\r\n\t\t\t</script>";
}
?>

⌨️ 快捷键说明

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