1 / 33
文档名称:

基于PHP留言本系统-计算机科学与技术毕业论文.doc

格式:doc   大小:835KB   页数:33页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于PHP留言本系统-计算机科学与技术毕业论文.doc

上传人:doc1888 2018/5/17 文件大小:835 KB

下载得到文件列表

基于PHP留言本系统-计算机科学与技术毕业论文.doc

文档介绍

文档介绍:学科代码:xxx
学号:xxx
xxx师范大学(本科)
毕业论文
题目:基于PHP留言本系统
学院:数学与计算机科学学院
专业:计算机科学与技术
年级:2008级
姓名:xxx
指导教师:xxx(讲师硕士)
完成时间:2012年 4月23日
基于PHP留言本系统
xxx
摘要:本系统利用PHP网络开发技术,以MySQL作为后台数据库,使用Apache配置Web服务器,结合JavaScript和HTML两种脚本语言,以及配合Dreamweaver CS4开发工具,实现了基于B/S模式的网络交流平台——留言本。全文主要分为6个部分:第1部分前言,简单介绍留言本系统的特点、和本系统所要用到的各种开发技术;第2部分主要论述留言本的开发背景及相关可行性分析;第3部分系统的数据库设计;第4部分系统主要介绍各模块的设计与实现;第5部分系统运行测试;第6部分总结开发系统过程中的问题。
关键词:留言本;PHP;MySQL;B/S模式
Abstract: The system using work development technique, as in MySQL backend database, and use of Apache Web server bined with JavaScript and HTML two scripting language, and cooperate with Dreamweaver CS4 development tools, realized B/S model munication Guestbook. The article consists of six parts: Part 1 of the introduction, simple introduction the characteristics of the system, the message and the system of various development technology used; The second part of this paper discusses mainly the message of the development background and related feasibility analysis; Part 3 in the system's database design; Part 4 system mainly introduces the design and implementation of each module; Part 5 system run the test; Part 6 summarizes problems during the process of developing system.
Key words: Guestbook; PHP; MySQL; B/S model
目录
1 前言 - 1 -
留言本研究的意义 - 1 -
留言本的简介 - 1 -
开发技术 - 1 -
PHP技术 - 1 -
PHP工作原理 - 2 -
B/S结构 - 3 -
数据库技术 - 3 -
Apache技术 - 4 -
JavaScript语言 - 5 -
2 系统可行性分析设计 - 6 -
开发的背景 - 6 -
系统目标和研究方法 - 6 -
所要开发的系统的分析 - 6 -
系统的其它可行性 - 7 -
可行性结论 - 7 -
3 数据库设计 - 8 -
MySQL 数据库简介 - 8 -
数据库概要说明 - 8 -
数据库概念设计 - 8 -
数据库逻辑设计 - 10 -
4 系统的详细设计 - 12 -
首页模块设计 - 12 -
用户注册模块设计 - 13 -
用户注册模块概述 - 13 -
JavaScript脚本验证 - 13 -
用户注册模块实现 - 15 -
添加留言模块设计 - 16 -
添加留言模块概述 - 16 -
添加留言模块实现 - 17 -
查看留言模块设计 - 18 -
查看留言模块概述 - 18 -
查看留言模块实现 - 18 -
编辑留言模块设计 - 19 -
编辑留言模块概述 - 19 -
编辑留言模块实现 -