News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: Passing typed ActionScript objects to Flex using PHP and a message queue

Brian Swan's Blog: Using the Zend Framework and the PDO_SQLSRV Driver

Thomas Weinert's Blog: Highlight Words In HTML

PHP-Tip-a-Day: PHP Tutorial: The Allegory of The Factory Pattern

Venture Skills Blog: Want to create a site like Digg with no programming?


Community Events









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


introduction event functional language release development interview opinion community api object tool zendframework2 testing podcast code example conference framework composer

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