Topic: Article : Walkthrough: Using DB2 Stored Procedures with PHP (Read 1717 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Jan 18, 2006, 09:33:48 pm »
With the strength of DB2 stored procedures, the flexibility of PHP, and fast, easy-to-use PECL extensions connecting the two, Web developers have a solid platform on which to build some creative and powerful apps. In this walkthrough, you'll build a sample database from scratch, a multi-select SQL procedure with one IN parameter, and a PHP form that accepts a search criteria, executes the procedure, and displays the results.