IBM DB2 with PHP article

wxdqz

New Member
Hello,

I noticed a lot of people asking the same questions about how to use PHP with IBM DB2, so I wrote an article on the subject. IBM developerWorks has published the article (<!-- m --><a class="postlink" href="http://www7b.boulder.ibm.com/dmdd/library/techarticle/scott/0614_scott.html">http://www7b.boulder.ibm.com/dmdd/libra ... scott.html</a><!-- m -->) about running PHP applications with DB2.

The article describes how to build PHP to run with DB2 for Linux V7.1 on Red Hat 6.2 as a dynamically loaded Apache module, and includes some simple examples of connecting to a DB2 database and performing SELECT and INSERT operations. I hope it helps answer some of those common questions.

Dan

P.S. My compliments to the developers who have put together a great programming language!
 
Back
Top