7c2026b4ae
object-oriented interface to various databases. PDO comes bundled with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL.
6 lines
320 B
Text
6 lines
320 B
Text
PHP is a programming language designed to be embedded into web pages.
|
|
|
|
PDO provides a uniform data access interface, sporting advanced
|
|
features such as prepared statements and bound parameters. PDO
|
|
drivers are dynamically loadable and may be developed independently
|
|
from the core, but still accessed using the same API.
|