From MySql to PDO - CRUD with PDO
Since you are used to `MySQL`, it may be a bit complicated to change into PDO. I am writing this guide in order to help you do the common tasks you are used to with MySQL such as: Database connection, Create database entries, read from database, update data, or delete data, also known as CRUD(Create, Read, Update, Delete).