1 / 35
文档名称:

-【毕业论文】基于php网站.doc

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

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

分享

预览

-【毕业论文】基于php网站.doc

上传人:1511073634 2015/12/12 文件大小:0 KB

下载得到文件列表

-【毕业论文】基于php网站.doc

文档介绍

文档介绍:目录
摘要 1
前言 2
第一章软件介绍 3
PHP与MySQL简述 3
服务器选择 7
第二章系统安装与配置 8
软件下载 8
在Windows上安装Apache和PHP 10
在Windows上安装并配置MySQL 11
第三章 PHP动态网页设计 14
网页要实现的功能 14
14
第四章 MYSQL数据库设计 21
MySQL的SQL命令 21
创建一个数据库表 23
第五章 PHP与MYSQL动态连接 25
连接和关闭数据库 25
操作MySQL数据库 25
PHP对数据表的操作 28
PHP对数据表记录的操作 29
实现主页和数据库的连接 30
第六章结论 32
摘要
随着Web 技术的发展, 越来越多的网站提供个性化和动态内容,传统的静态网页逐渐被交互式、开放式、甚至并行分布式的基于数据库的动态网页取代,以便增加更多的交互,满足用户更高的需求。动态网页是指用户将HTTP 请求发送到一个可执行应用程序而不是一个静态的HTML 文件。服务器将运行该程序以对用户响应,并将处理结果返回客户端,或者对数据记录进行更新。目前, 动态网页开发技术主要有ASP、、PHP和JSP,为用户开发动态网页,发布实时和交互式信息提供有力的支持。本文涉及了PHP、MySQL与Apache的下载,安装和配置。并用其技术设计了一个监测网页,实现对一个点的电压、电流及功率的监测。
关键字:静态网页数据库动态网页服务器 PHP MySQL Apache
Abstract
With the development of Web technology, more and more sites provide personalized and dynamic content. The traditional static Web pages are replaced by interactive, open, and even distributed parallel dynamic web pages based database gradually in order to increase more interactive to meet the higher needs of the user. Dynamic Web pages means that the HTTP is requested to sent to an executable application instead of a static HTML file. The server would either run the program as response and return the results,or update the data records. Currently, the key development technologies of dynamic web include ASP, , PHP and JSP,strongly support users to develop dynamic Web pages, publish real-time and interactive information. This article deals with the download, install and configure of PHP, MySQL and Apache. And use its technology to design a monitoring web page to achieve the monitoring the voltage, current and power of a point.
Key words: static web pages database dynamic web pages server PHP MySQL Apache
前言
PHP语法简单非常易学易用,很利于快速开发各种功能不同的定制网站。由于其免费、开源,它往往和同样免费、开源的Apache和MySQL搭配使用,可以非常快地搭建一套功能丰富的动态网站。PHP功能的强大在于它与数据库的超强整合。数据库,顾名思义,是存入数据的仓库,这个仓库是在计算机存储设备上,按一定格式存放数据的,其好比是一个文件夹,用于集中存储组织和访问所有信息。一个好的网站离不开一个功能强大的数据库。MySQL是开源软件,选择MySQL是最节省成本的做法,而且Apache、PHP和MySQL是绝