Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Question on client connection

Question on client connection

From: Michael Segulja <michael.segulja_at_sgi-lsi.com>
Date: Fri, 16 Feb 2001 13:56:54 -0600
Message-ID: <3a8d8447$1_2@newsa.ev1.net>

I am running Oracle 8i, Apache, and PHP on the same server. I have a php script with only the following line:

        $connection = OCILogon("user", "password")
            or die("Cannot connect to the oracle server.<br>\n";

When I run this script in my web browser, I get this error:

    Fatal error: Call to undefined function: ocilogon() in /var/www1/html/ora8.php on line 12

I'm confused. Why did the case change for OCILogon(). I have the Oracle PHP module installed, so I don't know why it is not recognizing this function.

Can anybody shed some light on this? Thanks very much for your help.

Michael Received on Fri Feb 16 2001 - 13:56:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US