News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
DevShed:
Working with Prepared Queries with PDO Objects in PHP 5
June 11, 2007 @ 13:21:00

DevShed concludes their series looking at the use of PDO objects in PHP5 with this last tutorial focusing on the use of prepared queries in your PHP application.

In this last tutorial in the series I'm going to show you how to run prepared queries, but in this case we're going to include named parameters into them. Additionally, I'm going to take a quick look at some additional methods bundled with this extension. These new methods can be really useful for working with transactions, in case you want to use this feature with the database system of your choice.

They start with a simple approach to using prepared queries before moving on to an alternate method - binding parameters to the query via bindParam. They wrap up the article with a look at using transactions, both commits and rollbacks.

0 comments voice your opinion now!
prepared query php5 tutorial pdo object prepared query php5 tutorial pdo object




Community Events





Don't see your event here?
Let us know!


release database application introduction test api podcast component framework community interview conference custom language unittest phpunit development symfony2 series opinion

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework