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

📄 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");

$cookie_user = $HTTP_COOKIE_VARS[$cookie_name.'_user'];
$cookie_pass = $HTTP_COOKIE_VARS[$cookie_name.'_pass'];

islogin($cookie_user,$cookie_pass);

if ($action == "logout"):
logout();
exit;
endif;

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

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

echo "<center>\n";
echo "<table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>\n";
echo "<tr>\n";

echo "<td width=185 valign=top>\n";
adminmenu();
echo "</td>\n";

echo "<td width=550 height=233 valign=top>\n";

list_program($type,$setid);

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

echo "<br>\n";
echo "</td>\n";
echo "</tr>\n";
echo "</table>\n";
echo "<br><hr width=735>\n";

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

?>

⌨️ 快捷键说明

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