Practical PHP 7, Mysql 8, and Mariadb Website Databases
Total Page:16
File Type:pdf, Size:1020Kb
Practical PHP 7, MySQL 8, and MariaDB Website Databases A Simplified Approach to Developing Database-Driven Websites — Second Edition — Adrian W. West Steve Prettyman www.allitebooks.com Practical PHP 7, MySQL 8, and MariaDB Website Databases A Simplified Approach to Developing Database-Driven Websites Second Edition Adrian W. West Steve Prettyman www.allitebooks.com Practical PHP 7, MySQL 8, and MariaDB Website Databases: A Simplified Approach to Developing Database-Driven Websites Adrian W. West Steve Prettyman Colyton, Devon, United Kingdom Key West, Florida, USA ISBN-13 (pbk): 978-1-4842-3842-4 ISBN-13 (electronic): 978-1-4842-3843-1 https://doi.org/10.1007/978-1-4842-3843-1 Library of Congress Control Number: 2018957652 Copyright © 2018 by Adrian W. West and Steve Prettyman This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Managing Director, Apress Media LLC: Welmoed Spahr Acquisitions Editor: Steve Anglin Development Editor: Matthew Moodie Coordinating Editor: Mark Powers Cover designed by eStudioCalamar Cover image designed by Freepik (www.freepik.com) Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail [email protected], or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected]; for reprint, paperback, or audio rights, please email [email protected]. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the book's product page, located at www.apress.com/9781484238424. For more detailed information, please visit www.apress.com/source-code. Printed on acid-free paper www.allitebooks.com Contents About the Authors .................................................................................................. xiii Acknowledgments ...................................................................................................xv Introduction ...........................................................................................................xvii ■■Chapter 1: Create and Test a Database and Table ................................................. 1 Defining Developer, Administrator, and User �������������������������������������������������������������������� 2 Defining Interactive Websites �����������������������������������������������������������������������������������������������������������������2 Summary ������������������������������������������������������������������������������������������������������������������������ 31 ■■Chapter 2: Create Web Pages That Interact with Users ....................................... 33 Creating the Folder for Holding the Database Pages ����������������������������������������������������� 34 Creating the Temporary Template ���������������������������������������������������������������������������������� 34 Introducing the PHP include( ) Function ������������������������������������������������������������������������� 36 The Included Header File ����������������������������������������������������������������������������������������������������������������������37 The Included Menu File ������������������������������������������������������������������������������������������������������������������������39 The Included Information Column ��������������������������������������������������������������������������������������������������������40 The Included Footer File �����������������������������������������������������������������������������������������������������������������������41 The Interactive Version of the Template ������������������������������������������������������������������������� 42 Connecting to the Database ������������������������������������������������������������������������������������������� 44 The Registration Page ��������������������������������������������������������������������������������������������������������������������������47 The PHP Keyword echo �������������������������������������������������������������������������������������������������� 58 The “Thank You” Page ���������������������������������������������������������������������������������������������������� 58 Displaying Error Messages That Are Collected in an Array ��������������������������������������������� 60 iii www.allitebooks.com CONTENTS ■ Hashing the Password ���������������������������������������������������������������������������������������������������� 61 Viewing Members’ Records �������������������������������������������������������������������������������������������� 61 The View Users Page ������������������������������������������������������������������������������������������������������ 61 The Change Password Page ������������������������������������������������������������������������������������������� 65 Confirming a Successful Password Change ������������������������������������������������������������������� 72 Testing the Tutorial’s Pages ������������������������������������������������������������������������������������������������������������������72 More About Arrays ���������������������������������������������������������������������������������������������������������� 73 Summary ������������������������������������������������������������������������������������������������������������������������ 74 ■■Chapter 3: Create Login/Logout Functionality for Members and an Administrator ................................................................................................. 75 Creating the logindb Database and users Table ������������������������������������������������������������� 76 Removing or Replacing Redundant Menu Buttons in the Headers ��������������������������������� 77 Adding a Login Button to the Home Page Header ��������������������������������������������������������������������������������78 Removing Redundant Buttons from the Registration and New Password Headers �����������������������������79 The Revised Registration Page �������������������������������������������������������������������������������������������������������������79 The New Header for the New Password Page ��������������������������������������������������������������������������������������80 A New Header Menu for the Members page ����������������������������������������������������������������������������������������82 Amend the Header for the “Thank You” Page ���������������������������������������������������������������������������������������82 The Registration Page and Undesirable Characters ������������������������������������������������������� 84 Registering Some Members �����������������������������������������������������������������������������������������������������������������87 Differentiating Between Two Types of Membership ������������������������������������������������������� 88 Creating User Levels to Limit Access to Private Pages �������������������������������������������������� 88 Log In ����������������������������������������������������������������������������������������������������������������������������� 91 The Header for the Login Page �������������������������������������������������������������������������������������������������������������91 The Login Page �������������������������������������������������������������������������������������������������������������������������������������92 Sessions �����������������������������������������������������������������������������������������������������������������������������������������������99 A Members-Only Page �������������������������������������������������������������������������������������������������� 101 Planning the Administrator’s Role ��������������������������������������������������������������������������������