From ab8d793c0c6e408573335b14fdfdc06d9691211f Mon Sep 17 00:00:00 2001 From: RobinNixon Date: Thu, 10 Dec 2020 13:02:23 +0000 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 806e33b..fa85114 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,24 @@ -LEARNING PHP, MYSQL & JAVASCRIPT 6TH EDITION - -All the example files files from this edition of the book are in 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 6 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: - - https://www.oreilly.com/library/view/learning-php-mysql/9781491979075/ +

Learning PHP, MySQL & JavaScript
(with PHP 8 & MySQL 8 and React) 6th Edition

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

Thanks for downloading these examples

+ +

All the files are in the folders named 3 through 29 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 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 GitHub. + +

+      Directory listing
+
+          6   11   16   21   26   named_examples
+          7   12   17   22   27   robinsnest (See the Note below)
+      3   8   13   18   23   28
+      4   9   14   19   24   29
+      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 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 30.