基于PHP的动态网站开发技术的研究
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
浏览器上显示效果:
编写留言提交文件message_post.html
浏览器上的显示效果:
留言处理文件updata.php
浏览器上显示效果:
编写后台登录文件admin_login.html
浏览器上显示效果:
参考文献
[1]S.Abiteboul. Querying Semi-structured Data. In Proceedings of 6th International Conference on Datadase Theory,1997 [2]P.Atzeni, G.Mecca, and P.Merialdo. To Weave the Web. In Proceedings of the International Conference on VLDB. Very Large Data Bases, 1997 [3]P.Buneman, S.Davidson, M.Fernandez, and D.Suciu. Adding Structure for Unstructured Data. In Proceedings of International Conference on Database Theory,1997 [4]Network Working Group. Hypertext Markup Language-2.0. Request for Comments:#1866, November 1995 [5]J.Hammer, H.Garcia-Molina, J.Cho, R.Aranha, and A.Crespo. Extracting Semistructured Information from the Web. In Proceedings of Workshop on Management of Semistrucsuredd Data, June 1997
[11]G.O.Arocena and A.O.Medelzon. WebOQL: Restructuring Documents, Databases and Webs. In Proceedings of the 14th ICDE, February 1998 [12]S.Bergamaschi, S.Castano, and M.Vincini.Semantic Integration of Semi-structured and Structured Data Sources. SIGMOD Record, 28(1):5459,1999 [13]S.Castano, V.D.Antonellis, M.Fugini, and B.Pernici, Conceptual Schema Analysis:Techniques and Applications. ACM TODS, 23(3):286-333,1998 [14]M.Fernandez, D.Suciu, and W.Tan. SilkRoute:Trading between relatinos and XML. In Proc. Of 9th Intl. Conf. on WWW, 2000 [15]A.Levy, A.Rajaraman, and J.Ordille. Querying Heterogeneous Information Sources Using Source Descriptions. In Proc. Of VLDB, pages251-262, 1996
[21]Proceedings of the 2004 International Conference on Industrial Design[C]. 2004 [22]Proceedings of International Conference on Engineeri-ng and Business Management(EBM2010)[C]. 2010 [23]Proceedings of the 2006 International Conference on Industrial Design & The 11th China Industrial Design Annual Meeting(Volume 2/2)[C]. 2006 [24]李亮之,张明月,黄鹤. 色彩在网页界面设计中作用及量化研究 [A]. 当代亚洲色彩应用:第四届亚洲色彩论坛论文集[C]. 2007 [25]李艳梅,杨俊. DIV+CSS网页布局方法探析[A]. OA’2010办公自动化国 际学术研讨会论文集[C]. 2010 [26]蒋淑君. 网页界面设计中的残疾人用户可访问性分析[J]. 中国特殊教 育. 2004(01)
[33] 董海斌,王丽梅,孙浩章. 网页界面设计中的平面视觉元素[J]. 包装工 程. 2010(04) [34] 秦岁明,马冬梅. 网页界面优化设计的分析与研究[J]. 包装工程. 2006(02) [3] 周颖梅,姜中敏. 平面设计在网页中的应用[J]. 福建电脑. 2006(04) [35] 杨西惠,刘西莉. 网页设计的视觉要素与编排创意[J]. 装饰. 2005(04) [5] 陈飞. 组合之美——谈网页设计的点、线、面运用[J]. 内蒙古艺术. 2003(01) [36] 刘永翔,唐良瑞. 网页设计中的视觉构成分析[J]. 北京工商大学学报 (自然科学版). 2004(01) [7] 邓勇. 浅谈网页设计的布局及原理[J]. 渝西学 院学报(自然科学版). 2004(03) [37] 吴娇娇,彭纲. 论网页的版式设计[J]. 装饰. 2004(09) [9] 宋春晖. 网页 设计中的美学应用分析[J]. 海南师范学院学报(自然科学版). 2005(01)
HTML概述
什么是HTML
HTML(Hypertext Markup Language)是使用特殊标记来描述
文档结构和表现形式的一种语言,由W3C(World Wide Web Consortium)所制定和更新。我们可以用任何一种文本编译器 来编辑HTML文件,因为它就是一总纯文本文件。HTML是动
语句 与Perl 和C 一样,在PHP 中用(;)来分隔语句。那些从 HTML 中分离出来的标志也表示语句的结束。 注释 PHP 支持C,C++和Unix 风格的注释方式: /* C,C++风格多行注释 */ // C++风格单行注释 # Unix 风格单行注释
一段PHP嵌入HTML的小代码:
[27] Nxtionxl Semiaondnctor.LVDS Owncr‘s Manual,. . 2000 [28] Altcrx.Strxtix Deviac Hxndbook. . 2004 [29]Proceedings of the 2006 International Conference on Industrial Design & The 11th China Industrial Design Annual Meeting(Volume 2/2)[C]. 2006 [29]任昌. 基于多特征融合的网页对象自动定位技术研究[D]. 中北大学 2011 [30]刘阳. 基于内容的搜索引擎网页去重研究[D]. 江苏大学 2010 [31]陈烨. 面向用户体验的网页界面优化设计方法研究[D]. 重庆大学 2010 [32]张思望. 网页设计中视觉元素的功能与审美性研究[D]. 西北大学 2006
PHP开发环境的安装配置
操作系统:Windows/Linux Web服务器:IIS/Apache PHP配置 数据库MySQL PHP代码编辑工具:Dreamweaver、记事本 等。 图视化管理数据库工具Navicat for MySQL
PHP综合开发:留言板模块
编写首页文件index.php
wk.baidu.com
PHP的特点
完全免费 代码完全开放 语法结构简单 功能强大 强大的数据库支持 代码执行效率高 面向对象编程 可伸缩性
PHP语法结构
从HTML中分离用如下格式:
<? . . . ?> <?php . . . ?> 常用此格式 <script language="php"> . . . </script> <% . . . %>
[16]S.Liddle, S.Yau, and D.Embley. On the Automatic Extraction of Data from the Hidden Web. In Proceedings of the Intl. Workshop on Data Semantics in Web Information Systems, pages 106-119, 2001 [17]J.McHugh and J.Widom. Integrating Dynamically-Fetched External Information into a DBMS for Semistructured Data. SIGMOD Record, 26(4), 1997 [18]J.D.Ullman. Information Integration Using Logical Views. In Proceedings of ICDT’97, pages 19-40, 1997 [19]J.Widom. Rearch Problems in Data Warehousing. In Proceedings of the 4th ACM CIKM, 1995 [20]G.Wiederhold. Mediators in the Architecture of Future Information Systems. IEEE Computer, 25(3):38-49,1992
[6]D.Konopnicki and O.Shmueli. W3QS:A Query System for the World-Wide Web. In Proceedings of the 21th VLDB, page 54-65, Sept. 1995 [7] David Karlins. Build Your Own Web Site [M].McGraw-Hill Osborne Media,2003 [8] Dan Suciu, Gottfried Vosen, The World Wide Web and databases.Springer,2001 [9] David Iseminger. Remote Access Services[M]. Microsoft Press,2000 [10]L.V.S. Lakshmanan, F.Sadri, and I.N. Subramanian. A Declarative Language for Querying and Restructuring the Web. In post-ICDE IEEE workshop on Research Issues in Data Engineering, February 1996
态网页的基础,静态网页和动态网页都离不开HTML。
HTML语言的基本结构
下面我们来看一小段HTML语言的代码,来了解HTML语言 的基本结构:
HTML开发的登陆界面实例
上述代码在浏览器中的显示效果:
PHP概述
什么是PHP
PHP: Hypertext Preprocessor(超文本预处理器)的字母缩 写,是一种跨平台的开放源代码的服务器端嵌入式脚本语言。 与HTML不同的是,PHP代码是运行在服务端的,然后把结 果返还到客户端来。使用 PHP 的一大好处是它对于初学者 来说极其简单,同时也给专业的程序员提供了各种高级的特 性。有了PHP,我们可以轻松地进行Web开发,轻松的制作动 态网站。