- Key Takeaways
- Why not mysql and mysqli?
- Verifying the Existence of PDO
- Installation of PDO
- Beginning with PDO: a High-level Overview
- Connecting to your database
- Queries
- Prepared Statements and Binding Parameters
- Binding Values to an IN Clause
- Providing Datatypes When Binding Parameters
- Conclusion
- Frequently Asked Questions about PDO in PHP