PHP People:
I've seen my problem(while trying to connect to Oracle database):
"Call to undefined function: ocilogon()"
lots of times on the net- but no answers for me.
I've got Oracle installed on Linux and although I compiled PHP with
with-oracle
The dump of PHP info doesn't confirm oracle support :
Configure Command
'./configure' '--with-apache=/opt/apache_1.3.19'
-------
I try:
$connection = OCILogon("user","password","sid")
or die("Couldn't logon.");
and get the error:
Call to undefined function: ocilogon() in
/usr/local/apache/htdocs/roger/php.php on line 4
This is a well known problem ... What am I missing.
Thanks,
roger_feldman@hotmail.com
Reply To This Message
Your Name:
Your Email:
Subject: