Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

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

prabakaran-p/Simple-Crud-using-PHP-PDO-Mysql

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Simple-Crud-using-PHP-PDO-Mysql

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