Hello,
I'm writing a php script which has to work with some oracle database.
I used:
Ora_Logon();
But I always get an error which says unable to find the library php_oracle.dll
But I have copied it into my PHP/ext directory and specified this directory into the php.ini file and also specified the extension to be used..
So, can anyone help me with that?