Murach - Chapter 19 Textbook Code
Three ways to use PHP to work with MySQL
How to work with PDO
How to insert, update, and delete data using PDO
How to work with prepared statements
How to set the error mode for PDO
How to work with mysqli
How to select data
How to insert, update, and delete data
How to work with prepared statements
The object-oriented style compared to the procedural style
Back