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
Autores principales: West, Adrian W. author (author), Prettyman, Steve. author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2018.
Edición:2nd ed. 2018.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630655006719
Tabla de Contenidos:
  • 1. Create and Test a Database and Table
  • 2. Create Web Pages that Interact with Users
  • 3. Login/Logout for Members and an Administrator
  • 4. Creating an Administration Interface
  • 5. Expanding and Enriching your Website
  • 6. Finishing Touches: Security and Validation
  • 7. Migrating to a Host and Backing Up Your Website Database
  • 8. Creating a Product Catalog
  • 9. Joining Multiple Tables and Other Enhancements
  • 10. Creating a Message Board
  • 11. E-commerce: A Brief Introduction
  • 12. A Brief Look at Oracle MySQL 8
  • Appendix A. Troubleshooting
  • Appendix B. Resources.