Cargando…

Practical PHP 7, MySQL 8, and MariaDB website databases : a simplified approach to developing database-driven websites /

Build interactive, database-driven websites with PHP 7, MySQL 8, and MariaDB. The focus of this book is on getting you up and running as quickly as possible with real-world applications. In the first two chapters you will set up your development and testing environment, and then build your first PHP...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: West, Adrian W. (Autor), Prettyman, Steve (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2018]
Edición:Second edition.
Colección:ITpro collection
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1055459376
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 181002s2018 nyua ob 001 0 eng d
040 |a YDX  |b eng  |e rda  |e pn  |c YDX  |d N$T  |d EBLCP  |d GW5XE  |d UAB  |d UMI  |d UPM  |d OCLCF  |d OTZ  |d LVT  |d TOH  |d OCLCQ  |d OCLCO  |d STF  |d UKMGB  |d U3W  |d VT2  |d G3B  |d CAUOI  |d YOU  |d LEAUB  |d K6U  |d MERER  |d UKAHL  |d COO  |d LQU  |d FVL  |d LEATE  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB8I7706  |2 bnb 
016 7 |a 019076770  |2 Uk 
019 |a 1055681262  |a 1059521776  |a 1060595212  |a 1081264635  |a 1085219746  |a 1085520500  |a 1086476728  |a 1086571875  |a 1100595085  |a 1103274921  |a 1105174187  |a 1105709260  |a 1110943221  |a 1122815264 
020 |a 9781484238431  |q (electronic bk.) 
020 |a 1484238435  |q (electronic bk.) 
020 |a 9781484238448  |q (print) 
020 |a 1484238443 
020 |z 1484238427 
020 |z 9781484238424 
024 7 |a 10.1007/978-1-4842-3843-1  |2 doi 
024 8 |a 10.1007/978-1-4842-3 
027 |a SPRINTER 
029 1 |a AU@  |b 000064362779 
029 1 |a AU@  |b 000065066904 
029 1 |a AU@  |b 000065195275 
029 1 |a AU@  |b 000065209444 
029 1 |a AU@  |b 000066232675 
029 1 |a AU@  |b 000067498589 
029 1 |a AU@  |b 000069002119 
029 1 |a CHNEW  |b 001073846 
029 1 |a CHVBK  |b 579466507 
029 1 |a UKMGB  |b 019076770 
035 |a (OCoLC)1055459376  |z (OCoLC)1055681262  |z (OCoLC)1059521776  |z (OCoLC)1060595212  |z (OCoLC)1081264635  |z (OCoLC)1085219746  |z (OCoLC)1085520500  |z (OCoLC)1086476728  |z (OCoLC)1086571875  |z (OCoLC)1100595085  |z (OCoLC)1103274921  |z (OCoLC)1105174187  |z (OCoLC)1105709260  |z (OCoLC)1110943221  |z (OCoLC)1122815264 
037 |a CL0501000002  |b Safari Books Online 
050 4 |a TK5105.888 
072 7 |a COM  |x 051170  |2 bisacsh 
072 7 |a COM  |x 051400  |2 bisacsh 
072 7 |a UMW  |2 bicssc 
072 7 |a UMW  |2 thema 
082 0 4 |a 005.7565  |2 23 
049 |a UAMI 
100 1 |a West, Adrian W.,  |e author. 
245 1 0 |a Practical PHP 7, MySQL 8, and MariaDB website databases :  |b a simplified approach to developing database-driven websites /  |c Adrian W. West, Steve Prettyman. 
250 |a Second edition. 
264 1 |a New York :  |b Apress,  |c [2018] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 0 |a ITpro collection 
588 0 |a Online resource; title from PDF title page (EBSCO, Oct. 5, 2018). 
505 0 |a Intro; Contents; About the Authors; Acknowledgments; Introduction; Chapter 1: Create and Test a Database and Table; Defining Developer, Administrator, and User; Defining Interactive Websites; Using MariaDB or MySQL Only for Interactive Database Tables; Methods for Developing and Maintaining Databases; A Brief Look Inside Web Server Communication; A Free Development Platform for Testing; Using XAMPP on Your Own Computer; Will I Be Able to Transfer the Database from XAMPP or EasyPHP to a Remote Host?; Downloading and Installing XAMPP; Starting XAMPP; Closing XAMPP; Where Is MariaDB and MySQL 8? 
505 8 |a Using EasyPHP on Your Own ComputerDownload and Install EasyPHP; Starting EasyPHP; Closing EasyPHP; phpMyAdmin Security; Accessing phpMyAdmin Directly; The Familiar Bits; Planning a Database: The Essential First Step; Creating a Database Using phpMyAdmin; Create a Table Using phpMyAdmin; The SQL Alternative; Deleting Databases and Tables; Summary; Chapter 2: Create Web Pages That Interact with Users; Creating the Folder for Holding the Database Pages; Creating the Temporary Template; Introducing the PHP include() Function; The Included Header File; The Included Menu File. 
505 8 |a The Included Information ColumnThe Included Footer File; How Does the Server Process the Page?; The Interactive Version of the Template; Connecting to the Database; Explanation of the Code; The Registration Page; Explanation of the Code; Explanation of the Code; The PHP Keyword echo; The "Thank You" Page; Displaying Error Messages That Are Collected in an Array; Hashing the Password; Viewing Members' Records; The View Users Page; Explanation of the Code; The Change Password Page; Explanation of the Code; Explanation of the Code; Confirming a Successful Password Change. 
505 8 |a Testing the Tutorial's PagesMore About Arrays; Summary; Chapter 3: Create Login/Logout Functionality for Members and an Administrator; Creating the logindb Database and users Table; Removing or Replacing Redundant Menu Buttons in the Headers; Adding a Login Button to the Home Page Header; Removing Redundant Buttons from the Registration and New Password Headers; The Revised Registration Page; The New Header for the New Password Page; A New Header Menu for the Members page; Amend the Header for the "Thank You" Page; The Registration Page and Undesirable Characters; Explanation of the Code. 
505 8 |a Registering Some MembersDifferentiating Between Two Types of Membership; Creating User Levels to Limit Access to Private Pages; Log In; The Header for the Login Page; The Login Page; Explanation of the Code; Explanation of the Code; Sessions; A Members-Only Page; Explanation of the Code; Planning the Administrator's Role; A New Header for the Administration Page; The Administrator's Page; Explanation of the Code; The Logout Page; Explanation of the Code; Testing the Login/Logout Function; Amending and Deleting Individual Records; Summary; Chapter 4: Create an Administration Interface. 
504 |a Includes bibliographical references. 
520 |a Build interactive, database-driven websites with PHP 7, MySQL 8, and MariaDB. The focus of this book is on getting you up and running as quickly as possible with real-world applications. In the first two chapters you will set up your development and testing environment, and then build your first PHP and MariaDB or MySQL database-driven website. You will then increase its sophistication, security, and functionality throughout the course of the book. The PHP required is taught in context within each project so you can quickly learn how PHP integrates with MariaDB/MySQL to create powerful database-driven websites. Each project is fully illustrated, so you will see clearly what you are building as you create your own database-driven website. You will build a form for registering users, and then build an interface so that an administrator can view and administer the user database. You will create a message board for users and a method for emailing them. You will also learn the best practices for ensuring that your website databases are secure. Later chapters describe how to create a product catalog, and a simple e-commerce site. You will also discover how to migrate a database to a remote host. The final chapter will demonstrate the advantages of migrating to Oracle's MySQL 8. You will be shown step by step migration directions along with a demonstration of the tools available in SQL Workbench. Because you are building the interactive pages yourself, you will know exactly how MySQL, MariaDB, and PHP all work together, and you will be able to add database interactivity to your own websites with ease. You will: Build a secure database-driven website using PHP 7, MySQL 8, and MariaDB Create a product catalog Write a message board Move towards e-commerce Employ security and validation measures Migrate to Oracle's MySQL 8 Server platform. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a MySQL (Electronic resource) 
630 0 0 |a MariaDB. 
630 0 7 |a MariaDB  |2 fast 
630 0 7 |a MySQL (Electronic resource)  |2 fast 
650 0 |a Web site development. 
650 0 |a PHP (Computer program language) 
650 6 |a Sites Web  |x Développement. 
650 6 |a PHP (Langage de programmation) 
650 7 |a Algorithms & data structures.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x SQL.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x PHP.  |2 bisacsh 
650 7 |a PHP (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
700 1 |a Prettyman, Steve,  |e author. 
776 0 8 |i Print version:  |z 1484238427  |z 9781484238424  |w (OCoLC)1040615517 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484238431/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH35300822 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5528909 
938 |a EBSCOhost  |b EBSC  |n 1905745 
938 |a YBP Library Services  |b YANK  |n 15735726 
994 |a 92  |b IZTAP