PDO - PHP Wiki: It took until version 5.1, but PHP is finally getting database abstraction.
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.