<?
session_start();
?>
<HTML ><HEAD id=Head1><TITLE>用户</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<?
include("../data.php");
$keyid=$_GET[yhm];
$sqlf="select * from yonghu where yhm='".$keyid."'";
$rs=mysql_query($sqlf);
$row=mysql_fetch_array($rs);
$yhm=$row['yhm'];//用户名
$mm=$row['mm'];//密码
$xm=$row['xm'];//姓名
$qx=$row['qx'];//权限
$zcsj=$row['zcsj'];//注册时间
$lxfs=$row['lxfs'];//联系方式
?>
<link rel="stylesheet" type="text/css" href="../skin/css/base.css">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR></HEAD>
<BODY>
<FORM action="" method="post" name="form" >
<table width="98%" border="0" cellpadding="0" cellspacing="1" bgcolor="#D1DDAA" align="center">
<tr bgcolor="#FAFAF1" >
<td >
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
查看用户
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="98%" border="1" cellpadding="2" cellspacing="1" bgcolor="#D1DDAA" align="center" style="margin-top:8px">
<tr bgcolor="#E7E7E7">
<td height="24" colspan="2" background="../skin/images/tbg.gif"> 查看信息 </td>
</tr>
<tr>
<th>用户名</th>
<td><?=$yhm?></td>
</tr>
<tr>
<th>姓名</th>
<td><?=$xm?></td>
</tr>
<tr>
<th>权限</th>
<td><?=$qx?></td>
</tr>
<tr>
<th>注册时间</th>
<td><?=$zcsj?></td>
</tr>
<tr>
<th>联系方式</th>
<td><?=$lxfs?></td>
</tr>
<tr bgcolor="#E7E7E7"> <input type="hidden" name="keyid" value="<?=$keyid?>">
<td height="24" colspan="2" background="../skin/images/tbg.gif"> <input type="button" class=button name="Submit" value="返回" onClick="window.history.go(-1);"></td>
</tr>
</table>
<table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D1DDAA" align="center" style="margin-top:8px">
<tr bgcolor="#E7E7E7">
<td height="24" colspan="12" background="../skin/images/tbg.gif"> 信息列表 </td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td>序号</td>
<td>日志编号</td>
<td>标题</td>
<td>内容</td>
<td>用户</td>
<td>时间</td>
<td>操作</td>
</tr>
<?
$sql="select * from rizhi where 1=1";
//$row['title']
if(!empty($yhm)){
$sql=$sql." and yh='".$yhm."'";
}
$result=mysql_query($sql);
$i=1;
while($row=mysql_fetch_array($result)){
?>
<tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';" height="22" >
<td ><?=$i?></td>
<td ><?=$row['rzid']?></td>
<td ><?=$row['bt']?></td>
<td ><?=$row['nr']?></td>
<td ><?=$row['yh']?></td>
<td ><?=$row['sj']?></td>
<td><a href="rizhidetail.php?keyid=<?=$row['rzid']?>">详细</a></td>
</tr>
<?
$i++;
}
?>
<tr align="right" bgcolor="#EEF4EA">
<td height="36" colspan="12" align="center"><!--翻页代码 --></td>
</tr>
</table>
<table width="98%" border="0" cellpadding="2" cellspacing="1" bgcolor="#D1DDAA" align="center" style="margin-top:8px">
<tr bgcolor="#E7E7E7">
<td height="24" colspan="12" background="../skin/images/tbg.gif"> 信息列表 </td>
</tr>
<tr align="center" bgcolor="#FAFAF1" height="22">
<td>序号</td>
<td>相册编号</td>
<td>标题</td>
<td>图片</td>
<td>用户</td>
<td>时间</td>
<td>备注</td>
<td>操作</td>
</tr>
<?
$sql="select * from xiangce where 1=1";
//$row['title']
if(!empty($yhm)){
$sql=$sql." and yh='".$yhm."'";
}
$result=mysql_query($sql);
$i=1;
while($row=mysql_fetch_array($result)){
?>
<tr align='center' bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';" height="22" >
<td ><?=$i?></td>
<td ><?=$row['xcid']?></td>
<td ><?=$row['bt']?></td>
<td ><img src="../<?=$row['tp']?>" width="80" height="80"></td>
<td ><?=$row['yh']?></td>
<td ><?=$row['sj']?></td>
<td ><?=$row['bz']?></td>
<td><a href="xiangcedetail.php?keyid=<?=$row['xcid']?>">详细</a></td>
</tr>
<?
$i++;
}
?>
<tr align="right" bgcolor="#EEF4EA">
<td height="36" colspan="12" align="center"><!--翻页代码 --></td>
</tr>
</table>
</FORM></BODY></HTML>
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
一、源码特点 PHP 社交网络系统 是一套完善的WEB设计系统,对理解php编程开发语言有帮助,系统具有完整的源代码和数据库,系统主要采用B/S模式开发。 二、功能介绍 大学生社交网络平台一共分为四个包:用户管理、相册管理、日志管理、好友管理、消息管理、公告管理。相册管理包提供给普通用户使用,管理人员可使用该包的用户管理,对系统的用户 信息进行管理;系统内的所有用户都可以发布日志管理包;普通用户可以通过好友管理包,添加好友、管理好友等功能,管理人员使用工资管理系统包系统内的公告信息,同时普通用户只能 通过公告管理子包查看公告信息无管理权限,最后使用所有消息存储到数据库中 三、注意事项 1、管理员账号:admin密码:admin 数据库配置文件 data.php 2、开发环境为PHP APACHE,数据库为mysql5.0,使用php语言开发。 3、数据库文件名是phpshejiao.sql ,系统名称shejiao 4、系统首页地址:http://127.0.0.1/shejiao/
资源推荐
资源详情
资源评论
收起资源包目录
【计算机课程毕设】PHP 社交网络系统mysql数据库web结构apache计算机软件工程网页wamp (132个子文件)
data.php.bak 281B
base.css 5KB
main.css 1KB
menu.css 1005B
Thumbs.db 47KB
login_09.gif 21KB
login_04.gif 20KB
login_06.gif 14KB
login_03.gif 5KB
login_08.gif 5KB
menu_top.gif 3KB
logo.gif 3KB
login_07.gif 2KB
ico_spider.gif 2KB
qc.gif 2KB
menubg.gif 2KB
book.gif 1KB
topitembg.gif 1020B
dl.gif 984B
sp_bg.gif 705B
part-index.gif 587B
manage1.gif 578B
menusearch.gif 570B
topbg.gif 519B
menuarrow.gif 411B
book1.gif 407B
menumember.gif 374B
bottombg.gif 354B
wbg.gif 311B
file_dir.gif 272B
addnews.gif 255B
menu_bottom.gif 238B
menu_bg.gif 237B
search.gif 167B
arr4.gif 153B
arrfc.gif 79B
arr3.gif 62B
arrr.gif 51B
arrl.gif 51B
index.html 703B
1429150792.jpg 763KB
1429147916.jpg 606KB
1462085933.jpg 268KB
1429086759.jpg 151KB
1429087405.jpg 90KB
1429086798.jpg 34KB
1429086893.jpg 34KB
1429087289.jpg 25KB
1429087570.jpg 23KB
date.js 17KB
menu.js 3KB
yonghukongjian.php 4KB
menu.php 4KB
top.php 4KB
login.php 4KB
yonghuplist.php 3KB
xinxiplist.php 3KB
xiangceplist.php 3KB
haoyouplist.php 3KB
rizhiplist.php 3KB
xtggplist.php 3KB
quanxianplist.php 3KB
xinxiadd.php 3KB
yonghumodify.php 3KB
yonghuadd.php 3KB
xinximodify.php 3KB
xiangcemodify.php 3KB
yonghu.php 2KB
haoyoumodify.php 2KB
xiangceadd.php 2KB
rizhimodify.php 2KB
xiangcelist.php 2KB
myhaoyoulist.php 2KB
xinxilist.php 2KB
haoyoulist.php 2KB
yonghulist.php 2KB
rizhilist.php 2KB
rizhiadd.php 2KB
xtggmodify.php 2KB
haoyouadd.php 2KB
myxinxilist.php 2KB
xtgglist.php 2KB
yonghulist.php 2KB
quanxianlist.php 2KB
xinxidetail.php 2KB
xtggadd.php 2KB
upfilea.class.php 2KB
upfile.class.php 2KB
yonghudetail.php 2KB
yonghudetail.php 2KB
gonggao.php 2KB
xiangcedetail.php 2KB
xiangcedetail.php 2KB
quanxianmodify.php 2KB
haoyoudetail.php 2KB
rizhidetail.php 2KB
rizhidetail.php 2KB
quanxianadd.php 2KB
xtggdetail.php 2KB
quanxiandetail.php 1KB
共 132 条
- 1
- 2
资源评论
翰文编程
- 粉丝: 1w+
- 资源: 2037
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- MATLAB代码:基于分布式ADMM算法的考虑碳排放交易的电力系统优化调度研究 关键词:分布式调度 ADMM算法 交替方向乘子法 碳排放 最优潮流 仿真平台:MATLAB+CPLEX GUROBI
- 基于二阶自抗扰ADRC的轨迹跟踪控制,对车辆的不确定性和外界干扰具有一定抗干扰性,基于carsim和simulink仿真 跟踪轨迹为双移线,效果良好,有对应复现资料,是学习自抗扰技术快速入门很好的资料
- 程序名称:转向设计计算程序 开发平台:基于matlab平台 计算内容:阿克曼转角,转弯半径,转向阻力矩,回正力矩,转向主参数,转向传动比,力矩波动,转向梯形,EPS匹配,HPS匹配,齿轮齿条传动比,循
- 基于python的网页自动化工具项目全套技术资料100%好用.zip
- MATLAB【逆变器二次调频模型】 微电网分布式电源逆变器DROOP控制二次调频模型,加入二次控制实现二次调频控制,及二次调压控制,程序可实现上图功能,工况有所改变 需要matlab2021A版
- 抢购软件:快速复制信息
- 纯电动汽车再生制动策略,Cruise和Simulink联合仿真,提供Cruise整车模型和simuink策略模型,有详细解析文档,可运行
- 单机无穷大系统发生各类(三相短路,单相接地,两相接地,两相相间短路)等短路故障,各类(单相断线,两相断线,三相断线)等断线故障,暂态稳定仿真分析
- 微信文章爬虫项目全套技术资料100%好用.zip
- 基于动态窗口算法的AGV仿真避障 可设置起点目标点,设置地图,设置移动障碍物起始点目标点,未知静态障碍物 动态窗口方法(DynamicWindowApproach) 是一种可以实现实时避障的局部规划算
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功