• 大小: 21KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: php  网络论坛  

资源简介

用php实现的简单的小论坛,连接mysql数据库,内附数据库文件,实现功能:用户登录,发帖,修改帖子,回帖,修改回复内容,管理员登录,修改和删除帖子

资源截图

代码片段和文件信息

/**
 * Created by JetBrains PhpStorm.
 * User: zhourui
 * Date: 13-3-13
 * Time: 下午4:18
 * To change this template use File | Settings | File Templates.
 */
include(“Message.class.php“);
include(“Database.class.php“);
session_start();
if(empty($_SESSION[‘identity‘]))
{
    $_SESSION[‘identity‘] = ‘visitor‘;
}
if($_SESSION[‘identity‘]==‘user‘)
{
?>
    
    
        ta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“>
        nk rel=“stylesheet“ type=“text/css“ href=“css/bbs.css“>
        ript language=“javascript“>
            function check()
            {
                if(addform.title.value==““)
                {
                    alert(“主题不能为空“);
                    addform.title.focus();
                    return

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          3  2013-03-13 10:13  BBS\.idea\.name

     文件        292  2013-03-13 10:13  BBS\.idea\BBS.iml

     文件        171  2013-03-13 10:13  BBS\.idea\encodings.xml

     文件        132  2013-03-13 10:13  BBS\.idea\misc.xml

     文件        269  2013-03-13 10:13  BBS\.idea\modules.xml

     文件        143  2013-03-13 10:13  BBS\.idea\scopes\scope_settings.xml

     文件        173  2013-03-13 10:13  BBS\.idea\vcs.xml

     文件      33179  2013-03-22 16:45  BBS\.idea\workspace.xml

     文件       2734  2013-03-22 16:05  BBS\add.php

     文件       2016  2013-03-22 10:18  BBS\admin_manage.php

     文件       1021  2013-03-22 15:37  BBS\check_limit.php

     文件       3523  2013-03-22 16:24  BBS\content.php

     文件        385  2013-03-16 11:49  BBS\css\bbs.css

     文件       1254  2013-03-19 10:41  BBS\Database.class.php

     文件       1320  2013-03-22 11:43  BBS\delete.php

     文件       2030  2013-03-22 16:02  BBS\index.php

     文件       1468  2013-03-22 09:49  BBS\login.html

     文件       2253  2013-03-20 15:54  BBS\login.php

     文件        378  2013-03-16 12:02  BBS\logout.php

     文件       1763  2013-03-15 14:37  BBS\Message.class.php

     文件       2252  2013-03-22 16:14  BBS\modify_message.php

     文件       1693  2013-03-22 15:59  BBS\modify_process.php

     文件       1720  2013-03-22 16:14  BBS\modify_reply.php

     文件       2389  2013-03-22 10:00  BBS\register.php

     文件        841  2013-03-21 16:43  BBS\reply.php

     文件       1268  2013-03-19 10:41  BBS\User.class.php

     文件       3289  2013-03-22 16:49  message_db.sql

     目录          0  2013-03-13 10:13  BBS\.idea\scopes

     目录          0  2013-03-22 16:45  BBS\.idea

     目录          0  2013-03-16 11:49  BBS\css

............此处省略4个文件信息

评论

共有 条评论