SlideShare a Scribd company logo
PHP - PDO
Chapter 3
PHP - PDO.pdf
PHP - PDO.pdf
PHP - PDO.pdf
PHP - PDO.pdf
Implementing PHP-PDO using Xampp
Implementing PHP-PDO using Xampp
Implementing PHP-PDO using Xampp
Implementing PHP-PDO using Xampp
Creating a Database from phpMyAdmin
Creating a Table from phpMyAdmin
Filling the fields in phpMyAdmin
Inserting data Into the fields using phpMyAdmin
Displaying Table Data using PHP PDO
● PDOStatement::fetch returns a row
from the result set.
● The parameter PDO::FETCH_ASSOC
tells PDO to return the result as an
associative array.
● The array keys will match your
column names.
Fetch Result rows and return as object
Unsafe method of querying a table
Prone to SQL injection attacks
Using Prepared Statement with positional Params
Using Prepared Statement with positional Params
Using Prepared Statement with named Params
Fetching a single post and displaying in HTML Tags
Getting row count of a resultSet
Insert data into the table
Insert data into the table
Update data in the table
Deleting data from the table
Deleting data from the table
Searching data in the table
PHP Forms - $_GET Function
● The built-in $_GET function is used to collect values from a
form sent with method="get".
● Information sent from a form with the GET method is
visible to everyone (it will be displayed in the browser's
address bar) and has limits on the amount of information to
send (max. 2048 characters).
PHP Forms - $_GET Function
PHP Forms - $_GET Function
PHP Forms - $_GET Function
PHP Forms - $_POST Function
PHP Forms - $_POST Function
PHP Forms - $_POST Function
PHP Forms - $_POST Function

More Related Content

PPTX
Xml presentation
PPT
PHP complete reference with database concepts for beginners
PPSX
Sessions and cookies
PPTX
MySQL Database with phpMyAdmin
PPTX
Introduction to xampp
PPTX
PPT
mysql-Tutorial with Query presentation.ppt
Xml presentation
PHP complete reference with database concepts for beginners
Sessions and cookies
MySQL Database with phpMyAdmin
Introduction to xampp
mysql-Tutorial with Query presentation.ppt

What's hot (20)

PPTX
HTML Forms
PPT
Asp.net.
PDF
MySQL Overview
PPTX
MySql:Introduction
PPTX
PPT
Working with Databases and MySQL
PPT
Php with MYSQL Database
PPT
Oops concepts in php
PPT
CSS Basics
PPTX
PDF
Introduction to HTML
PPT
MySQL and its basic commands
PPT
Sql Server Basics
PPT
Unit 2 dhtml
PPTX
Why oracle data guard new features in oracle 18c, 19c
PPT
Sql – Structured Query Language
PPTX
1 03 - CSS Introduction
PPT
PHP - Introduction to PHP Forms
PDF
Html,javascript & css
HTML Forms
Asp.net.
MySQL Overview
MySql:Introduction
Working with Databases and MySQL
Php with MYSQL Database
Oops concepts in php
CSS Basics
Introduction to HTML
MySQL and its basic commands
Sql Server Basics
Unit 2 dhtml
Why oracle data guard new features in oracle 18c, 19c
Sql – Structured Query Language
1 03 - CSS Introduction
PHP - Introduction to PHP Forms
Html,javascript & css
Ad

Similar to PHP - PDO.pdf (20)

PPT
PHP - PDO Objects
PDF
Quebec pdo
PPT
download presentation
PDF
Web 10 | PHP with MySQL
PPT
Introducing PHP Data Objects
PPT
Quebec pdo
PDF
PDO Basics - PHPMelb 2014
PDF
PHP Data Objects
PPT
php databse handling
PPTX
Php talk
PPTX
Pdo – php database extension-Phpgurukul
PDF
Php summary
PPT
Lect_04b_PhpMysqlKEY PERFORMANCE INDICATOR FOR ICT-UNIT (new).ppt
DOCX
100 PHP question and answer
PPT
Php Data Objects
PPT
P H P Part I I, By Kian
ODP
PHP Data Objects
PDF
Zend Server Data Caching
PPT
Php and MySQL Web Development
PHP - PDO Objects
Quebec pdo
download presentation
Web 10 | PHP with MySQL
Introducing PHP Data Objects
Quebec pdo
PDO Basics - PHPMelb 2014
PHP Data Objects
php databse handling
Php talk
Pdo – php database extension-Phpgurukul
Php summary
Lect_04b_PhpMysqlKEY PERFORMANCE INDICATOR FOR ICT-UNIT (new).ppt
100 PHP question and answer
Php Data Objects
P H P Part I I, By Kian
PHP Data Objects
Zend Server Data Caching
Php and MySQL Web Development
Ad

Recently uploaded (20)

PPTX
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
PPTX
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
PPT
Quality review (1)_presentation of this 21
PDF
Introduction to Business Data Analytics.
PPTX
Global journeys: estimating international migration
PDF
Lecture1 pattern recognition............
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Computer network topology notes for revision
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
Clinical guidelines as a resource for EBP(1).pdf
PDF
Fluorescence-microscope_Botany_detailed content
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPTX
IB Computer Science - Internal Assessment.pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
The THESIS FINAL-DEFENSE-PRESENTATION.pptx
MODULE 8 - DISASTER risk PREPAREDNESS.pptx
Galatica Smart Energy Infrastructure Startup Pitch Deck
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
Acceptance and paychological effects of mandatory extra coach I classes.pptx
Quality review (1)_presentation of this 21
Introduction to Business Data Analytics.
Global journeys: estimating international migration
Lecture1 pattern recognition............
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Reliability_Chapter_ presentation 1221.5784
Computer network topology notes for revision
climate analysis of Dhaka ,Banglades.pptx
Clinical guidelines as a resource for EBP(1).pdf
Fluorescence-microscope_Botany_detailed content
STUDY DESIGN details- Lt Col Maksud (21).pptx
IB Computer Science - Internal Assessment.pptx
Miokarditis (Inflamasi pada Otot Jantung)
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb

PHP - PDO.pdf