add.php
来自「极限网络智能办公系统—MYOA26—100%—源程序。」· PHP 代码 · 共 9 行
PHP
9 行
<?php
include_once( "inc/auth.php" );
$connection = openconnection( );
$query = "insert into CP_ASSETCFG values('{$DPCT_SORT}','{$BAL_SORT}')";
exequery( $connection, $query );
header( "location: index.php" );
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?