PHP PDO CRUD Using MySQL We are going to discuss PHP PDO CRUD Using MySQL Tutorial. At the end of this article, we will be able to make a CRUD module in PDO .
PDO = PHP Data Objects. This is a PHP extension that defines a consistent and lightweight interface for accessing databases.
CRUD = Create/Read/Update/Delete. It means, any basic application that has ability to for creating, deleting, updating and reading the records from specific database, we will call it CRUD.
Contents for PHP PDO CRUD
Creating a database having a table
Establishing the database connection
Creating and Reading records
Edit records
Delete a record
FOR More Tutorials Please visit: https://sleepy-coder.blogspot.com