Professional PHP for working with MySQL
How to work with
PDO
How to insert, update, and delete using
PDO
Using
PDO
prepared statements
How to set the error mode for
PDO
Connecting to a MySQL database using
mysqli
How to select data using
mysqli
Using
mysqli
prepared statements
How to insert, update, and delete using
mysqli
The object-oriented style compared to the procedural style
Back