Hi,
I've been trying to connect to an Oracle 9i database using PHP on a IIS web server, Php seems to be working fine but the database connectivity doesnt seem to be working. I get the following error:
Fatal error: Call to undefined function: ocilogon()
I have to made changes in my php.ini file ..
I first downloaded the php_oci8.dll file (however... i dont think this is needed bcos im running oracle 9i! ) and put it in my winnt directory, thats where the php.ini file picks up the dll from and I have modified this line in the php.ini file
extension_dir = ./
so that it now looks like
extension_dir = c:\winnt
Also, I've uncommented this line
;extension=php_oci8.dll
...both in the php.ini file which is located in my c:\winnt directory
is this correct ?
anybody with suggestions ...please let me know.
Thanks
Abhijeet