From 4118d620a8af22e0c545d413c2ee1bce9faa07fc Mon Sep 17 00:00:00 2001 From: RobinNixon Date: Thu, 10 Dec 2020 13:03:19 +0000 Subject: [PATCH] Update README.md --- README.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fa85114..a8291a5 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,13 @@

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

-

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.

+

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.

+

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

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

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.

+

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.