© Gunnard Engebreth, Satej Kumar Sahu 2023
G. Engebreth, S. K. SahuPHP 8 Basicshttps://doi.org/10.1007/978-1-4842-8082-9_11

11. Data

Gunnard Engebreth1   and Satej Kumar Sahu2
(1)
Madison, WI, USA
(2)
Bangalore, India
 

So far, you have used MySQL to store a simple user table with a few columns. This was good for some quick examples, but what about more complex queries that have multiple dependencies?

In this chapter, let’s chart out some data that you can use for a camp registration/management database.

This chapter consists of the following sections.
  • Planning for a New Database

  • Creation of a New Database

Planning for a New Database

Databases work best when they are well organized with data and tables taken into consideration. Here are a few things to consider ...

Get PHP 8 Basics: For Programming and Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.