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

📄 list.php

📁 Audio-visual system an online simulation of the film, when operations can be used by the
💻 PHP
字号:
<?php

require ("./include/config.php");
require ("./global.php");
include ("./include/top.php");

mysql_pconnect($dbhost,$dbuser,$dbpasswd);

goto($type);

include ("./include/zj.php");

if ($search):
search($keyword,$searchtype,$name,$brief);
end;
else:

list_program($type,$setid);

list_pages($type,$setpage,$setid);

echo "<br>\n";

endif; // if search

include ("./include/xb.php");

?>

⌨️ 快捷键说明

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