From dca49b8363cf09c55143947947ea512f5de6045f Mon Sep 17 00:00:00 2001 From: RobinNixon Date: Thu, 10 Dec 2020 13:24:51 +0000 Subject: [PATCH] Updated info Updated info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0bcc64..07f5c2a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@

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 GitHub. -

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 into your web browser. +

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 lpmj6examples.zip, and you'll easily be able to navigate through them 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 29.