Friday, February 10, 2012

Why you Should be using PHP’s PDO for Database Access

Why you Should be using #PHP’s PDO for Database Access: Many PHP programmers learned how to access databases by using either the MySQL or MySQLi extensions. As of PHP 5.1, there’s a better way. PHP Data Objects (PDO) provide methods for prepared statements and working with objects that will make you far more productive!