====== 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. ---- [[PDO:Connecting to MySQL|Connecting to MySQL]] [[PDO:Delete Statements|Delete Statements]] [[PDO:Exception Handling|Exception Handling]] [[PDO:Get the Last Insert Id|Get the Last Insert Id]] [[PDO:Get row count|Get row count]] [[PDO:Insert Statements|Insert Statements]] [[PDO:Select Statements|Select Statements]] [[PDO:Transactions|Transactions]] [[PDO:Update Statements|Update Statements]] [[PDO:Using Prepared Statements to Stop Injection Attacks|Using Prepared Statements to Stop Injection Attacks]]