PHP and MySQL Web Development All-in-One Desk Reference For Dummies(r) PHP programs to download

To download a PHP program, right click on it and select "save Target as" or "Save Link as".

Note: After downloading the files, be sure the file has the correct extension name before running a script. In general, the extension should be .php or .inc. The .php files you download will have the extension .phps, so you need to change the extension to .php before running the scripts. Also, in some browsers, the extension may default to .txt or .html .

All Programs - Download a zip file containing all the PHP programs from the book.

ChapterListingFile Name
Book 02 Ch03 3-1 displayGallery.php
Book 02 Ch03 3-2 downloadFiles.php
Book 02 Ch04 4-1 Form.class
Book 06 Ch01 1-01 process_form.php
Book 06 Ch01 1-02 display_form.php
Book 06 Ch01 1-03 form_phone.inc
Book 06 Ch01 1-04 form_phone_values_db.inc
Book 06 Ch01 1-05 form_select.inc
Book 06 Ch01 1-06 form_date.inc
Book 06 Ch01 1-07 form_radio.inc
Book 06 Ch01 1-08 form_checkbox.inc
Book 06 Ch01 1-09 form_phone_values.inc
Book 06 Ch01 1-10 checkBlank.php
Book 06 Ch01 1-11 checkFormat.php
Book 06 Ch01 1-12 form_two.inc
Book 06 Ch01 1-13 processTwoButtons.php
Book 06 Ch01 1-14 form_upload.inc
Book 06 Ch01 1-15 fileUpload.php
Book 06 Ch02 2-1 emptyForm.php
Book 06 Ch02 2-2 form_log.inc
Book 06 Ch02 2-3 login_url.php
Book 06 Ch02 2-4 secret_page_url.php
Book 06 Ch02 2-5 login_cookie.php
Book 06 Ch02 2-6 secret_page_cookie.php
Book 06 Ch02 2-7 login_session.php
Book 06 Ch02 2-8 secret_page_cookie.php
Book 06 Ch03 3-1 login_reg_form.inc
Book 06 Ch03 3-2 functions.inc
Book 06 Ch03 3-3 Login_reg.php
Book 06 Ch03 3-4 SecretPage.php
Book 06 Ch04 4-1 page_furniture_index.inc
Book 06 Ch04 4-2 page_furniture_products.inc
Book 06 Ch04 4-3 Catalog.php
Book 06 Ch05 5-1 shop_page_index.inc
Book 06 Ch05 5-2 shop_page_products.inc
Book 06 Ch05 5-3 shop_page_cart.inc
Book 06 Ch05 5-4 shop_form_shipinfo.inc
Book 06 Ch05 5-5 shop_page_summary.inc
Book 06 Ch05 5-6 Shop_products.php
Book 06 Ch05 5-7 Shop_cart.php
Book 06 Ch05 5-8 Shop_order.php