Files
lpmj6/README.md
T
2021-04-24 13:49:34 +01:00

18 lines
1.9 KiB
Markdown

<h1>Learning PHP, MySQL & JavaScript (with PHP 8, MySQL 8, PDO, and React) 6th Edition - to be published in spring 2021</h1>
<h2>Thanks for downloading these examples</h2>
🔴 <b>The examples for earlier editions are in <i>lpmj1examples.zip</i> through <i>lpmj5examples.zip</i> 🔴
</b><p>All the files are in the folders named <i>03</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 <i>Chapter 2</i> 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. 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://oreil.ly/learning-php-mysql-js-6e'>visit the O'Reilly page</a>.
<p>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.</p>
<p>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 <i>lpmj6examples.zip</i> from this repo, and you'll easily be able to navigate through all the examples 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 29.</p>