RobinNixon / lpmj7

Examples & supplemental material for Edition 7 of Learning PHP, MySQL & JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning PHP, MySQL & JavaScript (with React & Node.js) 7th Edition

Thanks for downloading these examples

🔴 The examples for earlier editions are in lpmj1examples.zip through lpmj6examples.zip 🔴

All the files are in the folders of this archive named 03 through 22 (and sup_01 through sup_08, which contain supplemental chapters in PDF form along with associated example files), 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 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. All the other information you need to run, understand and modify these examples can be found in the book.

You can read the supplemental chapters by opening the PDF files provided in folders sup_01 to sup_08 or, if your browser supports displaying PDF files, you can click the following links:

  1. Introduction to CSS
  2. Introduction to jQuery
  3. Introduction to jQuery Mobile
  4. Introduction to HTML5
  5. The HTML5 Canvas
  6. HTML5 Audio and Video
  7. Other HTML5 Features
  8. What's New in PHP 9 & MySQL 9

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 O'Reilly page.

To read the examples as you work through the book you can view them here in a folder structure matching the chapters in the book.

Once you have a web server set up, copy the entire structure of folders and subfolders into your document root directory by downloading and extracting lpmj7examples.zip from this repo, and you'll easily be able to navigate through all the examples by typing localhost 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 22.

About

Examples & supplemental material for Edition 7 of Learning PHP, MySQL & JavaScript


Languages

Language:JavaScript 81.6%Language:HTML 9.7%Language:PHP 8.5%Language:CSS 0.2%Language:PLpgSQL 0.0%