十大精典PHP项目开发全程案例+代码
源代码在线查看: left.php
session_start();
include "conn/conn.php";
include "inc/chec.php";
?>
if(($_SESSION[type] == "super") or ($_SESSION[type] == "视频目录管理员")){
echo "";
}else{
echo "";
}
?>
if(($_SESSION[type] == "super") or ($_SESSION[type] == "音频目录管理员"))
echo "";
else
echo "";
?>
if(($_SESSION[type] == "super") or ($_SESSION[type] == "视频数据管理员"))
echo "";
else
echo "";
?>
if(($_SESSION[type] == "super") or ($_SESSION[type] == "音频数据管理员"))
echo "";
else
echo "";
?>
if(($_SESSION[type] == "super") or ($_SESSION[type] == "会员等级管理员"))
echo "";
else
echo "";
?>
if(($_SESSION[type] == "super") or ($_SESSION[type] == "会员数据管理员"))
echo "";
else
echo "";
?>
if($_SESSION[type] == "super")
echo "";
else
echo "";
?>
if($_SESSION[type] == "super")
echo "";
else
echo "";
?>