Connecting PHP to Oracle 9i Using Windows 2000
452573Oct 20 2006 — edited Oct 20 2006Hi,
I'm new to PHP programming. We use Apache 2.2.3 as our web server. Its host is Windows 2000. My problem is when I tried calling the OCI function, i've got this error: Call to undefined function OCILogon() . Some said that I have to setup the environment variable of ORACLE_HOME and its TNS_ADMIN. How to setup the ORACLE_HOME and TNS_ADMIN? Do I have to configure my client machine or will our DBA will configure the server so that my PHP program will run?
Thanks in advance!