
基于PHP失物招领系统的程序。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
session_start(); include(../inc/conn.php); if ($_SESSION[admin] == OK) {
$query = select * from ad;
$result = mysql_query($query);
$row = mysql_fetch_object($result);
$top_ad = $row->ad_top;
$foot_ad = $row->ad_foot;
} else {
header(location:error.php);
}
mysql_close();
?>
广告管理
全部评论 (0)
还没有任何评论哟~


