News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Starting to use ODBC with PHP
May 25, 2011 @ 09:07:28

On IBM's developerWorks site there's a new tutorial that wants to help you get started with ODBC in PHP, using the iodbc libraries and extension for PHP to connect to a database and pull back results.

Let's look at how a typical Linux-Apache-PHP-MySQL (LAMP) environment can be transformed into this flexible Linux-Apache-PHP-ODBC (LAPO) environment. There are two general options for ODBC drivers on Linux: iODBC and unixODBC. Both sets of drivers have their own pros and cons, and both work with PHP, but they work with different sets of databases. My choice is iODBC because of its traditionally strong connection to web programming languages like PHP and Ruby, as well as its stability in working with ODBC-friendly databases like MySQL and OpenLink Virtuoso.

There's a few steps in there to help you get the needed tools installed (linux server) to make the connection. Snippets of code are included showing how to connect to the server, run some simple SQL statements, fetch returned row information and do some basic debugging of the connection.

0 comments voice your opinion now!
odbc tutorial database iodbc install


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Profiling PHP Code with Xdebug and KCacheGrind

PHPBuilder.com: PHP Framework Review: DooPHP

Jozef Chuťka's Blog: Image Caching With PHP

C7Y: Optimizing with APC

DevShed: Advanced PHP Form Input Validation to Check User Inputs


Community Events











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


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

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