在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → PHP和MySQL Web开发第4版pdf以及源码

PHP和MySQL Web开发第4版pdf以及源码

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:51.48M
  • 下载次数:5
  • 浏览次数:28
  • 发布时间:2023-12-07
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.zip
  • 所需积分:2
 相关标签: MySql WEB开发 sql php pdf

实例介绍

【实例简介】PHP和MySQL Web开发第4版pdf以及源码
8.2.4 选择有意义的键 8.2.5 考虑需要询问数据库的问题 8.2.6 避免多个空属性的设计 8.2.7 表格类型的总结 8.3 Web数据库架构 8.4 进一步学习 8.5 下一章 第9章 创建Web数据库 9.1 使用MySQL监视程序 9.2 ...

【实例截图】

from clipboard

【核心代码】

.
├── PHP MySQL Web_code.rar
├── PHP和MySQL Web开发(原书第4版)—源代码
│   └── PHP和MySQL Web开发(原书第4版)—源代码
│       ├── Chapter 01
│       │   ├── freight.html
│       │   ├── freight.php
│       │   ├── orderform.html
│       │   └── processorder.php
│       ├── Chapter 04
│       │   ├── feedback.html
│       │   ├── processfeedback.php
│       │   └── processfeedback_v2.php
│       ├── Chapter 05
│       │   ├── 05fig01.TIF
│       │   ├── 05fig02.TIF
│       │   ├── 05fig03.TIF
│       │   ├── 05fig04.TIF
│       │   ├── 916605.doc
│       │   ├── create_table.php
│       │   ├── footer.php
│       │   ├── header.php
│       │   ├── home.html
│       │   ├── home.php
│       │   ├── larger.php
│       │   ├── logo.gif
│       │   ├── main.php
│       │   ├── recursion.php
│       │   ├── reusable.php
│       │   ├── s-logo.gif
│       │   ├── undefined.php
│       │   └── var_args.php
│       ├── Chapter 06
│       │   ├── home.php
│       │   ├── iterator.php
│       │   ├── logo.gif
│       │   ├── page.inc
│       │   ├── reflection.php
│       │   ├── s-logo.gif
│       │   ├── services.php
│       │   └── side-logo.gif
│       ├── Chapter 07
│       │   ├── basic_exception.php
│       │   ├── file_exceptions.php
│       │   ├── orderform.html
│       │   ├── processorder.php
│       │   └── user_defined_exception.php
│       ├── Chapter 08
│       ├── Chapter 09
│       │   └── bookorama.sql
│       ├── Chapter 10
│       │   └── book_insert.sql
│       ├── Chapter 11
│       │   ├── insert_book.php
│       │   ├── newbook.html
│       │   ├── results.php
│       │   ├── results_generic.php
│       │   ├── search.html
│       │   └── search_generic.html
│       ├── Chapter 12
│       ├── Chapter 13
│       │   ├── basic_function.sql
│       │   ├── basic_function_with_variables.sql
│       │   ├── basic_stored_procedure.sql
│       │   └── control_structures_cursors.sql
│       ├── Chapter 14
│       ├── Chapter 15
│       ├── Chapter 17
│       │   ├── content.html
│       │   ├── createauthdb.sql
│       │   ├── http.php
│       │   ├── rejection.html
│       │   ├── secret.php
│       │   └── secretdb.php
│       ├── Chapter 18
│       │   ├── private_mail.php
│       │   └── send_private_mail.php
│       ├── Chapter 19
│       │   ├── New Listing Outputs
│       │   │   ├── Figure18_1.pcx
│       │   │   ├── Figure18_2.pcx
│       │   │   ├── Figure18_3.pcx
│       │   │   └── Figure18_4.pcx
│       │   ├── browsedir.php
│       │   ├── browsedir2.php
│       │   ├── filedetails.php
│       │   ├── progex.php
│       │   ├── scandir.php
│       │   ├── upload.html
│       │   └── upload.php
│       ├── Chapter 21
│       │   └── show_poll.php
│       ├── Chapter 27
│       │   ├── dump_variables.php
│       │   └── handle.php
│       ├── Chapter 28
│       │   ├── add_bm_form.php
│       │   ├── add_bms.php
│       │   ├── bookmark.gif
│       │   ├── bookmark_fns.php
│       │   ├── bookmarks.sql
│       │   ├── change_passwd.php
│       │   ├── change_passwd_form.php
│       │   ├── data_valid_fns.php
│       │   ├── db_fns.php
│       │   ├── delete_bms.php
│       │   ├── exception_test.php
│       │   ├── exceptions.php
│       │   ├── forgot_form.php
│       │   ├── forgot_passwd.php
│       │   ├── login.php
│       │   ├── logout.php
│       │   ├── member.php
│       │   ├── output_fns.php
│       │   ├── recommend.php
│       │   ├── register_form.php
│       │   ├── register_new.php
│       │   ├── url_fns.php
│       │   └── user_auth_fns.php
│       ├── Chapter 29
│       │   ├── admin.php
│       │   ├── admin_fns.php
│       │   ├── book_fns.php
│       │   ├── book_sc.sql
│       │   ├── book_sc_fns.php
│       │   ├── change_password.php
│       │   ├── change_password_form.php
│       │   ├── checkout.php
│       │   ├── data_valid_fns.php
│       │   ├── db_fns.php
│       │   ├── delete_book.php
│       │   ├── delete_category.php
│       │   ├── edit_book.php
│       │   ├── edit_book_form.php
│       │   ├── edit_category.php
│       │   ├── edit_category_form.php
│       │   ├── images
│       │   │   ├── 0672319241.jpg
│       │   │   ├── 0672329166.jpg
│       │   │   ├── 067232976X.jpg
│       │   │   ├── Book-O-Rama.gif
│       │   │   ├── Thumbs.db
│       │   │   ├── add-to-cart.gif
│       │   │   ├── admin-menu.gif
│       │   │   ├── back.gif
│       │   │   ├── bookmark.gif
│       │   │   ├── cart.gif
│       │   │   ├── continue-shopping.gif
│       │   │   ├── continue.gif
│       │   │   ├── edit-category.gif
│       │   │   ├── edit-item.gif
│       │   │   ├── go-to-checkout.gif
│       │   │   ├── log-out.gif
│       │   │   ├── place_order.gif
│       │   │   ├── purchase.gif
│       │   │   ├── save-changes.gif
│       │   │   └── view-cart.gif
│       │   ├── index.php
│       │   ├── insert_book.php
│       │   ├── insert_book_form.php
│       │   ├── insert_category.php
│       │   ├── insert_category_form.php
│       │   ├── login.php
│       │   ├── logout.php
│       │   ├── order_fns.php
│       │   ├── output_fns.php
│       │   ├── populate.sql
│       │   ├── process.php
│       │   ├── purchase.php
│       │   ├── show_book.php
│       │   ├── show_cart.php
│       │   ├── show_cat.php
│       │   └── user_auth_fns.php
│       ├── Chapter 30
│       │   ├── create_database.sql
│       │   ├── data_valid_fns.php
│       │   ├── db_fns.php
│       │   ├── images
│       │   │   ├── Thumbs.db
│       │   │   ├── account-setup.gif
│       │   │   ├── choose-account-right.gif
│       │   │   ├── choose-account.gif
│       │   │   ├── close-mailbox.gif
│       │   │   ├── delete-account.gif
│       │   │   ├── delete.gif
│       │   │   ├── forward.gif
│       │   │   ├── hide-headers.gif
│       │   │   ├── log-in.gif
│       │   │   ├── log-out.gif
│       │   │   ├── new-message.gif
│       │   │   ├── open-mailbox.gif
│       │   │   ├── reply-all.gif
│       │   │   ├── reply.gif
│       │   │   ├── save-changes.gif
│       │   │   ├── send-message.gif
│       │   │   ├── show-headers.gif
│       │   │   ├── spacer.gif
│       │   │   ├── view-mailbox.gif
│       │   │   └── warm-mail.gif
│       │   ├── include_fns.php
│       │   ├── index.php
│       │   ├── mail_fns.php
│       │   ├── output_fns.php
│       │   ├── populate.sql
│       │   ├── test.php
│       │   ├── testmail.php
│       │   └── user_auth_fns.php
│       ├── Chapter 31
│       │   ├── archive
│       │   ├── chart.gif
│       │   ├── create_database.sql
│       │   ├── data_valid_fns.php
│       │   ├── db_fns.php
│       │   ├── images
│       │   │   ├── Thumbs.db
│       │   │   ├── account-settings.gif
│       │   │   ├── account-setup.gif
│       │   │   ├── change-password.gif
│       │   │   ├── choose-account-right.gif
│       │   │   ├── choose-account.gif
│       │   │   ├── close-mailbox.gif
│       │   │   ├── create-list.gif
│       │   │   ├── create-mail.gif
│       │   │   ├── delete-account.gif
│       │   │   ├── delete.gif
│       │   │   ├── edit.gif
│       │   │   ├── file-browse.gif
│       │   │   ├── forward.gif
│       │   │   ├── hide-headers.gif
│       │   │   ├── information.gif
│       │   │   ├── log-in.gif
│       │   │   ├── log-out.gif
│       │   │   ├── mlm.gif
│       │   │   ├── new-account.gif
│       │   │   ├── new-message.gif
│       │   │   ├── open-mailbox.gif
│       │   │   ├── php.gif
│       │   │   ├── preview-html.gif
│       │   │   ├── preview-text.gif
│       │   │   ├── preview.gif
│       │   │   ├── pyramid.gif
│       │   │   ├── reply-all.gif
│       │   │   ├── reply.gif
│       │   │   ├── save-changes.gif
│       │   │   ├── save-list.gif
│       │   │   ├── send-mail.gif
│       │   │   ├── send-message.gif
│       │   │   ├── send-to-list.gif
│       │   │   ├── send.gif
│       │   │   ├── show-all-lists.gif
│       │   │   ├── show-archive.gif
│       │   │   ├── show-headers.gif
│       │   │   ├── show-my-lists.gif
│       │   │   ├── show-other-lists.gif
│       │   │   ├── spacer.gif
│       │   │   ├── store-mail.gif
│       │   │   ├── subscribe.gif
│       │   │   ├── test.gif
│       │   │   ├── unsubscribe.gif
│       │   │   ├── upload-files.gif
│       │   │   ├── upload-images.gif
│       │   │   ├── view-html.gif
│       │   │   ├── view-mail.gif
│       │   │   ├── view-mailbox.gif
│       │   │   └── view-text.gif
│       │   ├── include_fns.php
│       │   ├── index.php
│       │   ├── mlm_fns.php
│       │   ├── newsletter.html
│       │   ├── newsletter.txt
│       │   ├── output_fns.php
│       │   ├── upload.php
│       │   └── user_auth_fns.php
│       ├── Chapter 32
│       │   ├── create_database.sql
│       │   ├── data_valid_fns.php
│       │   ├── db_fns.php
│       │   ├── discussion_fns.php
│       │   ├── images
│       │   │   ├── Thumbs.db
│       │   │   ├── blah-blah.gif
│       │   │   ├── cancel.gif
│       │   │   ├── collapse.gif
│       │   │   ├── expand.gif
│       │   │   ├── index.gif
│       │   │   ├── minus.gif
│       │   │   ├── new-post.gif
│       │   │   ├── plus.gif
│       │   │   ├── post.gif
│       │   │   ├── reply.gif
│       │   │   └── spacer.gif
│       │   ├── include_fns.php
│       │   ├── index.php
│       │   ├── new_post.php
│       │   ├── output_fns.php
│       │   ├── store_new_post.php
│       │   ├── treenode_class.php
│       │   └── view_post.php
│       ├── Chapter 33
│       │   ├── AmazonResultSet.php
│       │   ├── PHPCertification.pdf
│       │   ├── PHPCertification.rtf
│       │   ├── Product.php
│       │   ├── about.php
│       │   ├── bookdisplayfunctions.php
│       │   ├── bottom.php
│       │   ├── cache
│       │   ├── cachefunctions.php
│       │   ├── cartfunctions.php
│       │   ├── categoryfunctions.php
│       │   ├── certificate.gif
│       │   ├── certify-me.gif
│       │   ├── code
│       │   ├── constants.php
│       │   ├── images
│       │   │   ├── Thumbs.db
│       │   │   ├── addtocart.gif
│       │   │   ├── checkout.gif
│       │   │   ├── delete.gif
│       │   │   ├── details.gif
│       │   │   ├── emptycart.gif
│       │   │   ├── halfstar.gif
│       │   │   ├── outofcart.gif
│       │   │   ├── searchnow.gif
│       │   │   ├── star.gif
│       │   │   └── tahuayo.gif
│       │   ├── index.html
│       │   ├── index.php
│       │   ├── nusoap
│       │   │   └── lib
│       │   │       ├── changelog
│       │   │       ├── class.nusoap_base.php
│       │   │       ├── class.soap_fault.php
│       │   │       ├── class.soap_parser.php
│       │   │       ├── class.soap_server.php
│       │   │       ├── class.soap_transport_http.php
│       │   │       ├── class.soap_val.php
│       │   │       ├── class.soapclient.php
│       │   │       ├── class.wsdl.php
│       │   │       ├── class.wsdlcache.php
│       │   │       ├── class.xmlschema.php
│       │   │       ├── nusoap.php
│       │   │       └── nusoapmime.php
│       │   ├── pdf.php
│       │   ├── pdflib.php
│       │   ├── rosette.gif
│       │   ├── rtf.php
│       │   ├── score.php
│       │   ├── signature.gif
│       │   ├── signature.png
│       │   ├── signature.tif
│       │   ├── topbar.php
│       │   └── utilityfunctions.php
│       └── Chapter 34
│           ├── add_bms.php
│           ├── ajax-loader.gif
│           ├── ajaxServerTime.html
│           ├── ajax_functions.js
│           ├── new_ajax.js
│           ├── new_ss.css
│           ├── output_fns.php
│           ├── servertime.php
│           └── url_fns.php
└── 好例子网_PHP和MySQLWeb开发第4版pdf以及源码.zip

38 directories, 325 files


标签: MySql WEB开发 sql php pdf

实例下载地址

PHP和MySQL Web开发第4版pdf以及源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警