Basic PHP & MySQL CRUD
1. Introduction
What is CRUD?
CRUD stands for:
Create – Insert new records
Read – Fetch and display records
Update – Modify existing records
Delete – Remove records
Tech Stack
PHP
MySQL (Database)
Bootstrap (For styling)
2. Setting Up the ...
basicphp.hashnode.dev8 min read