PHP and Oracle 7 connectivity

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
jdunlop
Forum Newbie
Posts: 5
Joined: Tue Oct 15, 2002 9:36 am

PHP and Oracle 7 connectivity

Post by jdunlop »

I have found some examples of connecting to Oracle 8i using PHP but I have a need to connect to an Oracle 7.2.3 database on a remote HP-UX system. The Apache 2 server runs also on an HP-UX (11.0) system. I cannot find any examples to show how I use PHP to point to the remote database and open it. Any code samples would be gratefully received. TIA.

John Dunlop

Email : jdunlop@totalise.co.uk
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

Post by hedge »

Where did you look, it's right there on the php site

http://www.php.net/manual/en/ref.oracle.php
jdunlop
Forum Newbie
Posts: 5
Joined: Tue Oct 15, 2002 9:36 am

PHP and Oracle 7 connectivity

Post by jdunlop »

Thanks for that. I guess I couldn't see the wood for the trees! :oops:

Cheers,

John
Post Reply