Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Question on client connection
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
![]() |
![]() |