嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
PHP and MySQL Web Development 5th Edition 官网源代码
.
├── PHP and MySQL Web Development 5th Edition 完整源代码_PHPMySQLWebDev5E_Code.rar
└── PHPMySQLWebDev5E_Code
├── Chapter01
│ ├── freight.html
│ ├── freight.php
│ ├── orderform.html
│ ├── orderform_v2.html
│ ├── processorder.php
│ ├── processorder_v2.php
│ ├── processorder_v3.php
│ └── processorder_v4.php
├── Chapter02
│ ├── orderform.html
│ ├── orders.txt
│ ├── processorder.php
│ ├── vieworders.php
│ └── vieworders_v2.php
├── Chapter03
│ ├── bobs_front_page.php
│ ├── brakes.png
│ ├── each.php
│ ├── headlight.png
│ ├── spark_plug.png
│ ├── steering_wheel.png
│ ├── tire.png
│ ├── vieworders.php
│ ├── vieworders_v2.php
│ └── wiper_blade.png
├── Chapter04
│ ├── feedback.html
│ ├── processfeedback.php
│ └── processfeedback_v2.php
├── Chapter05
│ ├── closures.php
│ ├── create_table.php
│ ├── create_tablev2.php
│ ├── footer.php
│ ├── header.php
│ ├── home.html
│ ├── home.php
│ ├── larger.php
│ ├── larger_v2.php
│ ├── logo.gif
│ ├── main.php
│ ├── recursion.php
│ ├── reusable.php
│ ├── s-logo.gif
│ ├── scope.php
│ ├── scope2.php
│ ├── styles.css
│ ├── undefined.php
│ └── var_args.php
├── Chapter06
│ ├── fizzbuzz.php
│ ├── home.php
│ ├── iterator.php
│ ├── logo.gif
│ ├── page.php
│ ├── reflection.php
│ ├── s-logo.gif
│ ├── services.php
│ ├── side-logo.gif
│ └── styles.css
├── Chapter07
│ ├── Exception class
│ ├── basic_exception.php
│ ├── file_exceptions.php
│ ├── finally.php
│ ├── orderform.html
│ ├── processorder.php
│ └── user_defined_exception.php
├── Chapter08-NoListings
├── Chapter09
│ └── bookorama.sql
├── Chapter10
│ └── book_insert.sql
├── Chapter11
│ ├── insert_book.php
│ ├── newbook.html
│ ├── results.php
│ ├── results_pdo.php
│ ├── search.html
│ └── search_pdo.html
├── Chapter12-NoListings
├── Chapter13
│ ├── basic_function.sql
│ ├── basic_function_with_variables.sql
│ ├── basic_stored_procedure.sql
│ ├── control_structures_cursors.sql
│ └── trigger.sql
├── Chapter14-NoListings
├── Chapter15
│ ├── simple_form.html
│ └── submit_form.php
├── Chapter16
│ ├── basic_auth.php
│ ├── content.html
│ ├── htaccess
│ ├── htpass
│ ├── rejection.html
│ ├── secret.php
│ └── upload.html
├── Chapter17
│ ├── browsedir.php
│ ├── browsedir2.php
│ ├── browsedir_link.php
│ ├── filedetails.php
│ ├── progex.php
│ ├── scandir.php
│ ├── upload.html
│ └── upload.php
├── Chapter18
│ ├── directory_submit.html
│ ├── directory_submit.php
│ ├── ftp_mirror.php
│ └── lookup.php
├── Chapter19
│ ├── calc_age.php
│ └── mysql_calc_age.php
├── Chapter20
│ ├── define_lang.php
│ ├── lang_selector.php
│ ├── lang_strings.php
│ ├── messages.po
│ └── use_gettext.php
├── Chapter21
│ ├── blue-button.png
│ ├── design_button.html
│ ├── make_button.php
│ ├── pollsetup.sql
│ ├── show_image.html
│ ├── show_poll.php
│ ├── simplegraph.php
│ └── vote.html
├── Chapter22
│ ├── authmain.php
│ ├── logout.php
│ ├── members_only.php
│ ├── page1.php
│ ├── page2.php
│ └── page3.php
├── Chapter23
│ ├── chat.html
│ ├── chat.php
│ ├── client.js
│ ├── simple_form.html
│ └── simple_form_v2.html
├── Chapter24
│ ├── iniset.php
│ └── list_functions.php
├── Chapter25-NoLIstings
├── Chapter26
│ ├── dump_variables.php
│ └── handle.php
└── Chapter27
├── add_bm() Function from url_fns.php
├── add_bm_form.php
├── add_bms.php
├── bookmark.gif
├── bookmark_fns.php
├── bookmarks.sql
├── change_passwd.php
├── change_passwd_form.php
├── change_password() Function from user_auth_fns.php
├── check_valid_user() Function from user_auth_fns.php
├── data_valid_fns.php
├── db_connect() Function from db_fns.php
├── db_fns.php
├── delete_bm() Function in url_fns.php
├── delete_bms.php
├── do_html_header() Function from output_fns.php
├── filled_out() Function from data_valid_fns.php
├── forgot_form.php
├── forgot_passwd.php
├── get_random_word() Function from user_auth_fns.php
├── get_user_urls() Function from url_fns.php
├── login() Function from user_auth_fns.php
├── login.php
├── logout.php
├── member.php
├── notify_password() Function from user_auth_fns.php
├── output_fns.php
├── recommend.php
├── recommend_urls() Function from url_fns.php
├── register() Function from user_auth_fns.php
├── register_form.php
├── register_new.php
├── reset_password() Function from user_auth_fns.php
├── url_fns.php
├── user_auth_fns.php
└── valid_email() Function from data_valid_fns.php
28 directories, 163 files