您的位置:首页 > 编程语言 > PHP开发

PHP "十二五" 简易 BLOG 代码- 未测试- 06

2013-10-26 23:36 405 查看
manage/user.php

##########

<?php
include "session.php";
include "../inc/mysql.inc.php";
include "../inc/myfunction.php";
include "head.php";
$folie=new mysql;
$crazy=new myfunction;
$folie->link("");
?>
<table width="752" border="0" cellspacing="0" style="border-collapse:collapse">
<tr>
<td width="1" height="199" bgcolor="#CCCCCC"></td>
<td width="490" align="center" valign="top"><table width="490" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="400" align="center" valign="top">
<br/><?php
$target=$_GET["target"];
if($target==""){
echo"=== WELCOME MANAGE CONTROL ===<br>===RIGHT CLICK CONTROL LINK===";
}else{
$target.=".php";
include $target;
}
?></td>
</tr>
</table></td>
<td width="1" bgcolor="#CCCCCC"></td>
<td width="257" align="center" valign="top"><?php include "menu.php";?></td>
<td width="1" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td height=1" colspan="3" bgcolor="#CCCCCC"></td>
<td width="258" colspan="2" bgcolor="#CCCCCC"></td>
</tr>
</table>
<?php
include "../inc/foot.php";
?>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: