{$cfg_webname}
主页 > 计算机 > PHP >

旅游网站的设计与实现(PHP,MySQL)(含录像)

来源:wenku7.com  资料编号:WK710063 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK710063
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

旅游网站的设计与实现(PHP,MySQL)(含录像)(任务书,开题报告,外文翻译,毕业论文12700字,程序代码,答辩PPT,答辩视频录像)
摘  要
随着Internet技术的发展,互联网在中国逐步普及,人们对网络的需求也日益增长,利用计算机实现旅游资源的管理势在必行。本系统采用Dreamweaver编写PHP脚本,MYSQL建立数据库,从界面简洁、实用的要求出发,完成了旅游资源管理工作的主要部分,包括注册模块,线路的查看功能模块,线路查询模块,留言版模块,页面管理模块,站内新闻,用户注册,景点查询,后台管理等。用户可以在网站中查看最新的旅游信息,热门的旅游路线等。对于网站的管理者来说,管理员可以通过登陆专门的管理员界面来修改数据库中的内容,或更新网站的内容,使用户获得最新得数据。
旅游作为一个新兴的产业近年来取得了迅速的发展,旅行社如雨后春笋遍布全国各省市、目前旅游行业普遍存在着企业规模小,管理不规范等弱点。因为旅游涉及吃、住、行、游、购、娱等诸多要素,而且这些要素又分散在不同的地域中,一个人不可能全面掌握所有的信息。
本网站的页面主要通过Dreamweaver来构建,本软件可以省去大量的html等语言的编写就可以获得比较好的效果。数据库的建立是用MYSQL建立的,此软件是windows自带的,可以省去MYSQL语句的编写,但MYSQL不支持远程访问的能力,这也是其缺点。而数据库的访问及联结主要是通过一些PHP语句来完成的。管理员界面是通过Dreamweaver,PHP简单构建的。

关键词:旅游,PHP,数据库,网站

Travel website design and implementation
Abstract
    With the development of Internet technology, the gradual popularization of the Internet in China, there is also a growing demand for network, it is imperative to take advantage of tourism resources in computer management. The system uses Dreamweaver to write PHP scripts, MYSQL database, from the simple interface and practical requirements, and completed the main part of tourism resource management, including registration module, line view of functional modules, line query module message board module, page management module, site news, user registration, attractions in query, admin and so on. Users can view the latest travel information Web site, popular tourist routes. For website managers, administrators can login through a specialized administrator to modify content in the database, or update the site's content, so that users get the latest data.
   Tourism is an emerging industry has achieved rapid development in recent years, travel agencies have sprung up all over the country, currently there is a small tourist industry in General, lack of management weaknesses. Because travel is involved in food, housing, transportation, sightseeing, shopping and entertainment, and many other elements, and these elements are dispersed in different geographical areas, one cannot fully grasp all the information.
This site's main page using Dreamweaver to build, the software can save you a lot of HTML and other languages written you can get good results. The establishment is built with MYSQL for the database, the software is Windows's can save some MYSQL statements prepared, but MYSQL does not support remote access capability, which is also its weakness. Database access and coupling is mainly done through some PHP statements. The administrator interface is constructed by Dreamweaver,PHP simple.

Keywords: tourism,PHP, database,website

系统功能模块如下:
4.1.1    注册模块
该模块主要能通过表单来接收用户注册所填的信息并对此信息进行记录,首先连接数据库,验证用户信息,记录用户信息。
4.1.2  线路的查看功能模块
用户可看到相关信息,可通过链接去到预定页面,也可点击线路了解线路的详细信息。
4.1.3 线路查询模块
该模块仍然牵涉到数据库的操作,是本系统相对重要的模块,该模块根据用户提供的信息查询表line,显示符合条件的线路。
4.1.4  酒店预订模块
该模块是本系统最核心的模块,首先验证身份,判断预定时间,用户登录时间精确到秒加上一个两位随机数生成预定编号,最后将相关预定信息写入数据库。
4.1.5 留言板模块
主要用于用户与管理员之间的交流用,同样只有注册用户才能使用此功能,首先要进行身份验证,再检查数据库中是否有数据,如果有就显示出来 ,最后通过表单接收用户提交的内容并将其写入数据库。
4.1.6 页面管理模块
该模块是对网站的故事和首页文本内容进行更新。
4.1.7 线路管理
对于线路的管理模块主要是线路的添加、删除及线路预定的管理等功能:
4.1.8 景点管理模块
这个模块完成添加景点、景点信息的编辑、删除符合条件的景点
4.1.9 留言板管理模块
该模块主要是管理员对用户的留言的审核、回复、和删除等功能。
 

旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)
旅游网站的设计与实现(PHP,MySQL)


目   录
1绪论    1
1.1旅游网站的研究背景    1
1.2旅游网站的发展    1
1.3旅游网站的现状    1
2电子商务简介    3
2.1电子商务的来临    3
2.2电子商务的概念    3
2.3电子商务在中国的发展    3
2.4企业网站的建立及电子商务的意义    4
3开发软件及应用技术简介    6
3.1 PHP简介    6
3.1.1 PHP的技术特点    6
3.1.2 PHP技术的工作原理    6
3.1.3 PHP在旅游网站中的应用    7
3.2 Apache简介    7
3.3 Dreamweaver简介    8
3.4 MySQL    9
4网站系统分析    11
4.1需求分析    11
4.1.1注册模块    11
4.1.2线路的查看功能模块    11
4.1.3线路查询模块    11
4.1.4酒店预订模块    11
4.1.5留言板模块    11
4.1.6页面管理模块    11
4.1.7线路管理    12
4.1.8景点管理模块    12
4.1.9留言板管理模块    12
4.2网站系统结构图    12
4.2.1总结构图    12
4.2.2所实现的功能图    13
4.2.3新闻系统结构图    13
5网站的具体设计    14
5.1网站的制作与运行环境    14
5.2网站数据库的建立    14
5.3网站的制作    17
5.4系统数据连接技术方案    17
6    网站系统的实现    19
6.1网站首页    19
6.2站内新闻    21
6.3线路查询    22
6.4酒店信息    24
6.5用户注册    26
6.6后台登陆    27
6.7系统用户管理    28
6.8新闻添加模块    30
6.9用户查询模块    31
7结论    34
参 考 文 献    35
致  谢    36

推荐资料