PHP PDO Example
From w3cyberlearnings
PDO and MySQL
- PDO Intro
- PDO Connect
- PDO Connect uses function
- PDO Create Table
- PDO Insert Record
- PDO Insert with question marks place holder
- PDO Insert from associative array
- PDO FETCH ASSOC
- PDO FETCH Object
- PDO FETCH and Bind Column to variable
- PDO FETCH NUM
- PDO FETCH BOTH
- PDO FETCH CLASS
- PDO FETCH INTO
- PDO FETCH FUNC
- PDO SELECT with prepared statement and named placeholders
- PDO SELECT with prepared statement and question mark placeholders
- PDO UPDATE with prepared statement and named placeholders
- PDO UPDATE with prepared statement and question mark placeholders
- PDO DELETE with prepared statement and named placeholders
- PDO DELETE with prepared statement and question mark placeholders
- PDO Class Load Record
All Tutorial Lists
Reference