News Feed
Jobs Feed
Sections




News Archive
9Lessons Blog:
Stored Procedure Lesson
July 05, 2010 @ 09:17:06

On the 9Lessons blog today there's a new post looking at stored procedures - how to create them and how to use them from your PHP code.

Are you writing Stored Procedures if not please take a look at this post. Stored procedures can help to improve web application performance and reduce database access traffic. In this post I want to explain how to create and call the stored procedures from database server.

He shows you how to create a sample table and stored procedure on the server side (selecting a username from a users table) and how it compares to a normal SQL query. Two different ways to input values into the procedure are shown as well.

0 comments voice your opinion now!
tutorial stored procedure mysql


blog comments powered by Disqus

Similar Posts

Matthew Turland's Blog: Database Testing with PHPUnit and MySQL

AnyExample.com: Making XML/XSLT driven site using PHP

PHPMaster.com: Handling Collections of Aggregate Roots - the Repository Pattern

DevShed: Overloading Classes in PHP 5

NETTUTS.com: Anatomy of a WordPress Plugin


Community Events











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


interview functional opinion zendframework2 example development framework unittest code language series database composer phpunit api introduction release podcast testing community

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