{$cfg_webname}
主页 > 计算机 > PHP >

精致网上留言系统的设计与实现(PHP+MYSQL)

来源:wenku163.com  资料编号:WK1632309 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1632309
资料介绍

摘  要
随着互联网技术的迅猛发展,网络已经充斥到我们生活的方方面面,网上留言系统已经成为各种网站不可或缺的一个组成部分。一个设计美观、功能完善的网上留言系统是网站吸引网民的一个重要因素。同时,它还为网络用户提供了一个多人参与的信息交流平台。基于PHP实现的网上留言管理系统采用   B/S(Browser/Server)应用架构以及MVC(Model View Controller)编程架构设计开发。具体的开发细节是使用PHP语言完成系统的开发。整个系统不仅能够对网上留言信息进行录入、发布、查询与管理,而且还增加了如:验证码、邮件发送、聊天室、密码管理等功能。这样使得网上留言系统真正成为功能丰富、高效实用的网上信息交流平台。

关键词:PHP;B/S;MVC;面向对象;留言系统

Design of Message Board System Based on PHP
Abstract
With the rapid development of the Internet technology, the network application has been widely used in the world, the message board system already becomes an indispensable constituent of the website. A message board system which has beautiful designs and integrated functions can be an important factor of attracting people. Meanwhile, it provides Internet users with an information exchange platform. The design of message board system based on PHP is developed by B/S(Browser/Server) application construction and MVC(Model View Controller) programming construction. The detail of the development is using the PHP language to develop the system. The whole system not only can input, issue, query and manage the on-line message but also adds some functions such as validating code, mail transmission, chatting room or password management. This makes the message board system truly be a multifunctional and efficient on-line information exchange platform.

Key words: PHP; B/S; MVC; Object Oriented; Message Board System

系统详细功能介绍

添加功能 支持心情图片插入
支持输入内容时插入图片
用户基本信息以及留言内容的录入
选择留言信息正常显示或仅管理员可见
选择管理员回复是否另外发送email给自己

发布功能 显示留言者IP
显示滚动的系统公告
显示留言以及回复信息
屏蔽只有管理员可见的留言信息
显示页面处理时间以及PHP运行时间
支持标题搜索,数据库对标题建有索引

管理功能 支持在线公告修改
支持批量删除数据
支持回复,编辑,删除留言信息
管理员信息经过MD5加密,只能在线修改用户名和密码

特色功能 聊天室,实时的信息交流平台
建立SOCKET会话,根据SMTP协议发送邮件
可在无GD库的空间中正常运行的验证码功能
运用大量PHP和JAVAScript函数绘制网页特效

 




目  录
1 引言 1
1.1 课题背景 1
1.2 本课题研究的意义 1
1.3 本课题的研究方法 1
2 留言系统开发语言的介绍 1
2.1 PHP语言概述 1
2.2 PHP对MYSQL数据库的访问 2
2.3 JAVASCRIPT语言概述 2
3 留言系统开发架构的介绍 3
3.1 B/S应用架构的介绍 3
3.1.1 B/S架构概述 3
3.1.2 B/S架构的优点 3
3.1.3 B/S架构的缺点 4
3.2 MVC编程架构的介绍 5
3.2.1 MVC架构概述 5
3.2.2 MVC架构的优点 6
3.2.3 MVC架构的缺点 7
4 基于PHP的网上留言管理系统的设计与实现 7
4.1 功能的确定 7
4.2 数据表的设计 8
4.3 添加功能与管理功能的设计与实现 9
4.3.1 设计方案的介绍 9
4.3.2 各部分实现过程的介绍 10
4.4 发布功能的设计与实现 14
4.5 特色功能的设计与实现 16
结    论 18
参考文献 18
致    谢 19
声    明 20

推荐资料