1 / 10
文档名称:

基于php的大学生论坛本科毕业论文_.doc

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

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

分享

预览

基于php的大学生论坛本科毕业论文_.doc

上传人:799474576 2016/6/4 文件大小:0 KB

下载得到文件列表

基于php的大学生论坛本科毕业论文_.doc

文档介绍

文档介绍:毕业论文(设计) 题目基于 php 的大学生论坛完***姓名主修专业计算机科学与技术所在院(系)信息科学与技术学院入学年度完成日期 2012/2/13 指导教师基于 php 的大学生论坛内容摘要: 网络论坛,也被称为异步会议系统、布告板,是网络上除了 E-mail 之外,最为普遍的在线讨论系统, 它来源于早期 发展的 BBS 系统( Bulletin Board System ), 随着 Interne t 的发展,逐步演变成现在的形式——基于 Web 的 BBS 系统。在本文中,主要介绍使用 php 技术来实现网络论坛建设。通过基于 互联网的动态 WEB 数据库技术,可以解决远程的数据传输与读取,远程的客户终端( Client )可以通过 WEB 页面提交请求,查询远端的数据服务器上的信息,同时还可以向远端数据服务器的数据库中存储信息, 以实现信息的共享,同时利用 技术可以降低软件的开发和部署成本,只要在服务器端安装 WEB 应用就可以使每个客户端都能浏览使用。本论坛是使用 php ( personalhome page )编写的一个简单实用的论坛程序。整个论坛采用基于 的三层模型,即常见的 B/S ( Browser/Server )结构,也可称为 B/W/S ( Browser/Web/Server )结构,服务器端为 Web 服务器和数据库服务器。关键词: PHP;APACHE;MYSQL; Based on the PHP of college students' BBS Abstract : Web forums, also known as asynchronous conferencing systems, bulletin boards, is in addition to E-mail on work, the most popular online discussion system, es from the development in the early BBS system (Bulletin Board System), with the , Development, and gradually evolved into its present form - Web-based BBS systems. In this article, focuses on using technology to work php forum building. -based Dynamic WEB database technology, can solve the remote data transmission and read, the remote client terminal (Client) can submit a request through the WEB page, query a remote data server information, but also able to remote data Information stored in the database server in order to achieve information sharing, while taking advantage