- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
毕业设计论文
php留言版系统
专 业 计算机应用技术
学 号 201018280118
姓 名 邹 喆
指导教师 李 瑛
成 绩
起讫日期 2013年4月14日
摘 要
本文是介绍用php 开发的留言本系统的制作,主要分为两个部分:前端和后台包括数据库的建立和功能的实现。前者要求界面的友好,方便用户操作,其前台实现的工具主要是Dreamweaver 、CS3、jquery等,而对于后者要求建立起数据一致性和完整性强、数据安全性好,用户在操作的过程中没有bug。
该系统就是以MySQL作为后台数据库,使用Apache配置Web服务器,结合JavaScript、jquery和HTML脚本语言,配合Dreamweaver[1] CS3以及Notepad++开发工具的留言本。下面分为6个部分来介绍留言系统:
第1部分前言,对留言本系统的介绍和所要用到的开发技术;
第2部分主要论述现在留言本的开发背景及相关可行性分析;
第3部分系统mysql数据库设计;
第4部分主要介绍各个功能的实现;
第5部分留言本系统的测试运行;
第6部分总结,写自己在这个过程中所学到的东西;
关键词:留言本;PHP;MySQL;javascript
Abstract
This paper introduces PHP development with the message of the system of production, mainly divided into two parts: the foreground and background includes the establishment and function of the database. The former requires the friendly interface, convenient operation, the prospects of achieving tools are mainly Dreamweaver, CS3, jQuery, and for the latter request to establish data consistency and integrity, good data security, the user does not have bug in the operation of the process.
The system is based on MySQL as the background database, using Apache to configure the Web server, with JavaScript, jQuery and HTML scripting language, with the Dreamweaver CS3 and the Notepad++ development tools guestbook. The following is divided into 6 parts to introduce the message system:
The first part, the message of the system is introduced and the development of technology to be used;
Analysis of second part mainly discusses the development background and present the message related feasibility;
The third part of the system design of MySQL database
The fourth part mainly introduces the realization of each function of the system;
The fifth part test operation of the system;
The sixth part summarizes, write what they have learnt in this process;
Keywords: guestbook; PHP; MySQL; JavaScrip
目录
1 前言 - 5 -
1.1 留言本研究的意义 - 5 -
1.2 留言本的简介 - 5 -
文档评论(0)