> Hi,
>
> How can I conncect the PHP, on RedHat8, with IBM-DB2 run on AIX??
>
> I found one way of connect it in same sytem, in the URL:
http://www7b.boulder.ibm.com/dmdd/library/techarticle/scott/0614_scott.html#rela
tedinfo
Step 1: Install a client on your Linux system.
Step 2: Connect to the AIX server from Linux using the commandline or
the Configuration Assistant.
Step 3: Use PHP exactly as is given in the article. If you connected
to a database called "FOO" in Step 2, then you can use "FOO" as the
dbname in PHP. DB2 will automatically convert that to a remote
request, perform the remote connection, etc.