【实例简介】PHP与MySQL WEB开发第三版中文版(源码)
PHP与MySQL WEB开发第三版圣经中文版(含光盘源码),PDF格式电子书,书和源码在一起,省去找源码的烦恼
【实例截图】
【核心代码】
.
├── 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
└── 5t6t网_PHP与MySQLWEB开发圣经中文版.rar
39 directories, 359 files
评论