It is demo app that uses basic PHP PDO methods such as connecting to server and doing CRUD operations.
Clone the project
git clone https://github.com/itxshakil/PHP-PDO-Example.git
Go to the project directory
cd PHP-PDO-Example
Create database table and update the database credentials in connect.php
Create table in created database by importing or pasting SQL from company.sql
from the project.
Voila!
What did you learn while building this project? What challenges did you face and how did you overcome them?
- Connecting to SQL Server
- Fetching records from database table
- Updating records to database table.
- Removing record from the database table.