background image

                                        

为普遍的在线讨论系统,它来源于早期

Internet发展的 BBS 系统(Bulletin 

Board System ),随着Internet

——

的发展,逐步演变成现在的形式

基于

Web 的 BBS 系统。

在本文中,主要介绍使用

php技术来实现网络论坛建设。通过基于Internet互联网

的动态

WEB 数据库技术,可以解决远程的数据传输与读取,远程的客户终端

Client)可以通过 WEB 页面提交请求,查询远端的数据服务器上的信息,同时

还可以向远端数据服务器的数据库中存储信息

, 以实现信息的共享,同时利用

Internet技术可以降低软件的开发和部署成本,只要在服务器端安装 WEB 应用就

可以使每个客户端都能浏览使用。

     本论坛是使用php(personalhome page)编写的一个简单实用的论坛程序。

整个论坛采用基于

Internet的三层模型,即常见的 B/S ( Browser/Server )结构,

也可称为

B/W/S( Browser/Web/Server )结构,服务器端为 Web 服务器和数

据库服务器。

关键词:

PHP  APACHE  MYSQL

  

Abstract

Web forums, also known as asynchronous conferencing systems, 

bulletin boards, is in addition to E-mail on the network, the most 

popular online discussion system, which comes from the Internet 

development in the early BBS system (Bulletin Board System), with the 

Internet, Development, and gradually evolved into its present form - 

Web-based BBS systems.

    In this article, focuses on using technology to achieve network php 

forum building. Internet-based Dynamic Internet WEB database 

technology, can solve the remote data transmission and read, the 

remote client terminal (Client) can submit a request through the WEB 

2