Page 1 of 1

PHP and Oracle 7 connectivity

Posted: Mon Nov 11, 2002 8:55 am
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

Posted: Tue Nov 12, 2002 10:01 am
by hedge
Where did you look, it's right there on the php site

http://www.php.net/manual/en/ref.oracle.php

PHP and Oracle 7 connectivity

Posted: Tue Nov 12, 2002 11:09 am
by jdunlop
Thanks for that. I guess I couldn't see the wood for the trees! :oops:

Cheers,

John