In this course we'll delve into the full spectrum of database interactions. Whether the application is an e-commerce, or social network site, or even a todo app on your phone, the data needs to change over time. CRUD is an acronym that refers to the four main operations that you'd want to perform on data in a database: Create, Read, Update, Delete.
What you'll learn
- PHP Data Objects (PDO)
- Creating / Adding Record
- Reading / Selecting Records
- Updating / Editing Records
- Deleting / Removing Records
- Accepting User Data