PHP Data Object is a Database Connection Abstraction Library for PHP 5. In this article i will explain you how to connect MySQL database using PDO connection and explain few things in this tutorial like database connection, insert, delete, update and select queries with prepare statement,multiple insert and error handling. Connection The old style of ... Continue reading "PDO database connection in PHP"The post PDO database connection in PHP appeared first on Front End Web Development Tutorials.