PDO

PDO also has different drivers for different SQL database vendors which will allow you to easily use other vendors without having to relearn a different interface.


Connecting to MySQL

Delete Statements

Exception Handling

Get the Last Insert Id

Get row count

Insert Statements

Select Statements

Transactions

Update Statements

Using Prepared Statements to Stop Injection Attacks