在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → PHP与MySQL WEB开发第三版中文版(源码)

PHP与MySQL WEB开发第三版中文版(源码)

PHP语言基础

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

实例介绍

【实例简介】PHP与MySQL WEB开发第三版中文版(源码)
PHP与MySQL WEB开发第三版圣经中文版(含光盘源码),PDF格式电子书,书和源码在一起,省去找源码的烦恼

【实例截图】

from clipboard

【核心代码】

.
├── Source
│   ├── 01
│   │   ├── freight.html
│   │   ├── freight.php
│   │   ├── orderform.html
│   │   └── processorder.php
│   ├── 02
│   │   ├── orderform.html
│   │   ├── processorder.php
│   │   └── vieworders.php
│   ├── 03
│   │   ├── bobs_front_page.php
│   │   ├── vieworders.php
│   │   └── vieworders2.php
│   ├── 04
│   │   ├── feedback.html
│   │   └── processfeedback.php
│   ├── 05
│   │   ├── create_table.php
│   │   ├── footer.inc
│   │   ├── header.inc
│   │   ├── home.html
│   │   ├── home.php
│   │   ├── larger.php
│   │   ├── logo.gif
│   │   ├── main.php
│   │   ├── recursion.php
│   │   ├── reusable.php
│   │   ├── s-logo.gif
│   │   ├── undefined.php
│   │   └── var_args.php
│   ├── 06
│   │   ├── home.php
│   │   ├── iterator.php
│   │   ├── logo.gif
│   │   ├── page.inc
│   │   ├── reflection.php
│   │   ├── s-logo.gif
│   │   ├── services.php
│   │   └── side-logo.gif
│   ├── 07
│   │   ├── basic_exception.php
│   │   ├── file_exceptions.php
│   │   ├── orderform.html
│   │   ├── processorder.php
│   │   └── user_defined_exception.php
│   ├── 09
│   │   └── bookorama.sql
│   ├── 10
│   │   └── book_insert.sql
│   ├── 11
│   │   ├── insert_book.php
│   │   ├── newbook.html
│   │   ├── results.php
│   │   ├── results_generic.php
│   │   ├── search.html
│   │   └── search_generic.html
│   ├── 13
│   │   ├── basic_function.sql
│   │   ├── basic_function_with_variables.sql
│   │   ├── basic_stored_procedure.sql
│   │   └── control_structures_cursors.sql
│   ├── 16
│   │   ├── content.html
│   │   ├── createauthdb.sql
│   │   ├── http.php
│   │   ├── rejection.html
│   │   ├── secret.php
│   │   └── secretdb.php
│   ├── 17
│   │   ├── private_mail.php
│   │   └── send_private_mail.php
│   ├── 18
│   │   ├── browsedir.php
│   │   ├── filedetails.php
│   │   ├── progex.php
│   │   ├── upload.html
│   │   └── upload.php
│   ├── 19
│   │   ├── directory_submit.html
│   │   ├── directory_submit.php
│   │   ├── ftp_mirror.php
│   │   └── lookup.php
│   ├── 20
│   │   ├── calc_age.php
│   │   └── mysql_calc_age.php
│   ├── 21
│   │   ├── blue-button.png
│   │   ├── design_button.html
│   │   ├── green-button.png
│   │   ├── inline.html
│   │   ├── make_button.php
│   │   ├── pollsetup.sql
│   │   ├── red-button.png
│   │   ├── show_poll.php
│   │   ├── simplegraph.html
│   │   ├── simplegraph.php
│   │   └── vote.html
│   ├── 22
│   │   ├── authmain.php
│   │   ├── logout.php
│   │   ├── members_only.php
│   │   ├── page1.php
│   │   ├── page2.php
│   │   └── page3.php
│   ├── 23
│   │   ├── ini_set.php
│   │   └── list_functions.php
│   ├── 25
│   │   ├── dump_variables.php
│   │   └── handle.php
│   ├── 26
│   │   ├── Thumbs.db
│   │   ├── 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
│   ├── 27
│   │   ├── 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
│   │   │   ├── 0672317842.jpg
│   │   │   ├── 0672318040.jpg
│   │   │   ├── 0672319241.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
│   ├── 28
│   │   ├── Thumbs.db
│   │   ├── admin
│   │   │   ├── delete_story.php
│   │   │   ├── include_fns.php
│   │   │   ├── index.php
│   │   │   ├── keyword_add.php
│   │   │   ├── keyword_delete.php
│   │   │   ├── keywords.php
│   │   │   ├── login.php
│   │   │   ├── logout.php
│   │   │   ├── publish.php
│   │   │   ├── publish_story.php
│   │   │   ├── story.php
│   │   │   ├── story_submit.php
│   │   │   ├── unpublish_story.php
│   │   │   ├── user_auth_fns.php
│   │   │   └── writer.php
│   │   ├── create_database.sql
│   │   ├── db_fns.php
│   │   ├── footer.php
│   │   ├── header.php
│   │   ├── images
│   │   │   ├── 1.jpg
│   │   │   ├── 2.jpg
│   │   │   ├── 3.jpg
│   │   │   ├── 4.jpg
│   │   │   ├── 5.jpg
│   │   │   ├── 6.jpg
│   │   │   └── 7.jpg
│   │   ├── index.php
│   │   ├── logo.gif
│   │   ├── page.php
│   │   ├── resize_image.php
│   │   ├── search.php
│   │   └── search_form.php
│   ├── 29
│   │   ├── 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
│   ├── 30
│   │   ├── 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
│   ├── 31
│   │   ├── create_database.sql
│   │   ├── data_valid_fns.php
│   │   ├── db_fns.php
│   │   ├── discussion_fns.php
│   │   ├── images
│   │   │   ├── 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
│   ├── 32
│   │   ├── PHPCertification.pdf
│   │   ├── PHPCertification.rtf
│   │   ├── certificate.gif
│   │   ├── certify-me.gif
│   │   ├── index.html
│   │   ├── pdf.php
│   │   ├── pdflib.php
│   │   ├── rosette.gif
│   │   ├── rtf.php
│   │   ├── score.php
│   │   ├── signature.gif
│   │   ├── signature.png
│   │   ├── signature.tif
│   │   └── testpdf.php
│   ├── 33
│   │   ├── AmazonResultSet.php
│   │   ├── Product.php
│   │   ├── about.php
│   │   ├── bookdisplayfunctions.php
│   │   ├── bottom.php
│   │   ├── cache
│   │   ├── cachefunctions.php
│   │   ├── cartfunctions.php
│   │   ├── categoryfunctions.php
│   │   ├── 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.php
│   │   ├── nusoap
│   │   │   ├── README.txt
│   │   │   ├── lgpl.txt
│   │   │   ├── nusoap.php
│   │   │   └── nusoap.php.bak
│   │   ├── topbar.php
│   │   └── utilityfunctions.php
│   └── Source.zip
└── 好例子网_PHP与MySQLWEB开发圣经中文版.rar

39 directories, 359 files


标签: MySql WEB开发 sql php web

实例下载地址

PHP与MySQL WEB开发第三版中文版(源码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警