News Feed
Jobs Feed
Sections




News Archive
Ulf Wendel's Blog:
Using MySQL stored procedures with PHP mysqli
November 04, 2011 @ 11:39:18

Ulf Wendel has a new post today with details on using stored procedures with mysqli - not overly difficult if you know how to handle the IN, OUT and INOUT parameters. He includes a few code examples showing how to use them.

Out of curiosity I asked another friend, a team lead, how things where going with their PHP MySQL project, for which they had planned to have most of their business logic in stored procedures. I got an email in reply stating something along the lines: "Our developers found that mysqli does not support stored procedures correctly. We use PDO.". Well, the existing documentation from PHP 5.0 times is not stellar, I confess. But still, that's a bit too much... it ain't that difficult. And, it works.

He describes the three parameters (IN, OUT and INOUT) and gives some examples of setting/getting them from your SQL statements. They're all still set up using the query method on your connection as well as handling the result sets that come back and working with prepared statements.

0 comments voice your opinion now!
mysql stored procedures mysqli database in out inout parameter


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Asynchronous Comments with PHP, jQuery, and JSON

Community News: CodeIgniter - A Simple, Open Source Web App Framework

PHPBuilder.com: Ajax Edit in Place Using Prototype

Ian Selby's Blog: Aptana PHP 1.0 Released - Free PHP IDE

Zend Developer Zone: Learning PHP & MySQL (a Book Review)


Community Events











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


framework conference testing phpunit application introduction example code podcast tool community interview language series release development opinion unittest functional zendframework2

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