Lesson 1: Learn PHP Basics | Setting up the SQLite Database

Опубликовано: 27 Июль 2026
на канале: Webdev Noobs
12
0

Before you can build a functional PHP CRUD application, you need a database to store your data. In this lesson, you’ll create a MySQL database and set up the contacts table that will power your Contact Manager. Using XAMPP and phpMyAdmin makes this process beginner‑friendly: XAMPP provides the local server environment for PHP, while phpMyAdmin gives you a simple graphical interface for creating databases, running SQL commands, and managing tables. By the end of this step, you’ll have a fully structured contacts table ready to store names, emails, phone numbers, and notes — the foundation for all the CRUD operations you’ll build next.

https://webdevnoobs.com/course/create-a-co...