LEARNING PHP, MYSQL & JAVASCRIPT
(with jQuery, CSS & HTML5) 5th Edition

Thanks for downloading these examples

All the files are in the folders named 3 through 27 of this archive, according to the chapters from which they are taken. You will need a web server installed (such as Ampps) to run many of the examples - please see Chapter 2 of Edition 5 for full details.

As well as being saved in their chapter number folder, the Robin's Nest example files are also in the folder robinsnest, so that you can copy the folder to a web server to try for yourself. Please read the final chapter for details on setting up the database etc. Examples that require specific file names to run are also saved in the named_examples folder. All the other information you need to run, understand and modify these examples can be found in the book.

For the latest news on this book, including any errata that have been discovered since its publication (and any updates to these files), please visit the website.

      Directory listing

           6   11   16   21   26
           7   12   17   22   27
      3    8   13   18   23   named_examples
      4    9   14   19   24   robinsnest (See the Note below)
      5   10   15   20   25
    

Tip: Once you have a web server set up, copy the entire examples structure of folders and subfolders into your document root directory, and you'll easily be able to navigate through them by typing localhost/5th_edition_examples into your web browser.

Note: The robinsnest folder link will issue errors when clicked unless you have previously created both a MySQL user and database called robinsnest, and run the setup.php program in this folder, as outlined in Chapter 27.