Update README.md

This commit is contained in:
RobinNixon
2020-12-10 13:02:23 +00:00
committed by GitHub
parent 44a047f3bf
commit ab8d793c0c
+22 -10
View File
@@ -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/
<h1>Learning PHP, MySQL & JavaScript<br>(with PHP 8 & MySQL 8 and React) 6th Edition</h1>
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.
<h2>Thanks for downloading these examples</h2>
<p>All the files are in the folders named <i>3</i> through <i>29</i> of this archive, according to the chapters from which they are taken. You will need a web server installed (such as <a href='http://ampps.com/'>Ampps</a>) to run many of the examples - please see Chapter 2 for full details.</p>
<p>As well as being saved in their chapter number folder, the Robin's Nest example files are also in the folder <i>robinsnest</i>, 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 <i>named_examples</i> folder. All the other information you need to run, understand and modify these examples can be found in the book.</p>
<p>For the latest news on this book, including any errata that have been discovered since its publication (and any updates to these files), please <a href='https://github.com/RobinNixon/lpmj6'>visit GitHub</a>.
<pre style='font-family:monospace; font-size:12pt'>
Directory listing
<a href='6'>6</a> <a href='11'>11</a> <a href='16'>16</a> <a href='21'>21</a> <a href='26'>26</a> <a href='named_examples'>named_examples</a>
<a href='7'>7</a> <a href='12'>12</a> <a href='17'>17</a> <a href='22'>22</a> <a href='27'>27</a> <a href='robinsnest'>robinsnest</a> <i style='font-size:10pt'>(See the Note below)</i>
<a href='3'>3</a> <a href='8'>8</a> <a href='13'>13</a> <a href='18'>18</a> <a href='23'>23</a> <a href='28'>28</a>
<a href='4'>4</a> <a href='9'>9</a> <a href='14'>14</a> <a href='19'>19</a> <a href='24'>24</a> <a href='29'>29</a>
<a href='5'>5</a> <a href='10'>10</a> <a href='15'>15</a> <a href='20'>20</a> <a href='25'>25</a>
</pre>
<p><b>Tip</b>: Once you have a web server set up, copy the entire <i>examples</i> structure of folders and subfolders into your document root directory, and you'll easily be able to navigate through them by typing <i>localhost</i> into your web browser.
<p><b>Note</b>: The <i>robinsnest</i> folder link will issue errors when clicked unless you have previously created both a MySQL user and database called <i>robinsnest</i>, and run the <i>setup.php</i> program in this folder, as outlined in Chapter 30.</p>