database:pdo
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
database:pdo [2022/10/11 12:44] – removed - external edit (Unknown date) 127.0.0.1 | database:pdo [2022/10/11 12:44] (current) – ↷ Page moved from programming:pdo to database:pdo peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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: | ||
+ | |||
+ | [[PDO: | ||
+ | |||
+ | [[PDO: | ||
+ | |||
+ | [[PDO:Get the Last Insert Id|Get the Last Insert Id]] | ||
+ | |||
+ | [[PDO:Get row count|Get row count]] | ||
+ | |||
+ | [[PDO: | ||
+ | |||
+ | [[PDO: | ||
+ | |||
+ | [[PDO: | ||
+ | |||
+ | [[PDO: | ||
+ | |||
+ | [[PDO:Using Prepared Statements to Stop Injection Attacks|Using Prepared Statements to Stop Injection Attacks]] | ||
+ | |||