You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
PHP PDO CRUD Using MySQL
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to filePHP 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