PHP Data Objects (PDO)
PHP Data Objects or PDO is an extension for PHP that gives a consistent interface for accessing databases. Each database will have it’s own driver that must be installed or enabled in your PHP installation. It gives me a data-access abstraction layer which allows me to change the underlying database type without changing my code. […]
PHP Data Objects (PDO) Read More »