Udemy - PHP with PDO : Secure Database Operations [Free]

[Free] - PHP with PDO : Secure Database Operations

Free
Register For This Course


Course Description

In this course you will learn to perform basic transactions using PHP Data Objects. You will learn about SQL Injection Attacks and you learn to protect the application from these attacks using Prepared Statements.

You will learn to perform basic database operations like SELECT , UPDATE , INSERT , DELETE in a secure way using PHP Data Objects in PDO.

Important Topics which will be covered :

  • Prepared Statements
  • SQL Injections(Attack and Secure)
  • Why to use PDO
  • How Prepared Statements work
  • Fetch Modes in PDO