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

📄 block_content.php

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

include_once( "inc/auth.php" );
include_once( "inc/utility_all.php" );
include_once( "inc/utility.php" );
include_once( "general/new_mytable/index_function.php" );
$nothingdata = "无记录";
$block_id = $_REQUEST['blockid'];
$query = "\r\n\t\tSELECT BLOCK_TYPE FROM `index_block` WHERE BLOCK_ID={$block_id}  \r\n\t\t";
$rc = exequery( $connection, $query );
$row = mysql_fetch_array( $rc );
$block_type = $row['BLOCK_TYPE'];
include_once( "general/new_mytable/content_list/content_".$block_type.".php" );
?>

⌨️ 快捷键说明

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