This simple project is created using PDO or it's called PHP Data Objects and it's a database driven using MySQL as a database. This project is intended for beginners in using PDO.
This Tutorial will teach you on how to create a simple CRUD system using PHP/MySQL and PDO Query.This Code is combination on my previous tutorial posted in this site. The feature of this system are CREATE, UPDATE, and DELETE using PDO Query. This is different from the other CRUD system posted in this site, because I used PDO Query and this system also is safe for SQL Injection. Other feature of