Hi,
I'm a PHP beginer.
I'm using PhP 4.1.1/ Apache 1.3.22/ Oracle 8.0.5/ Win2k (1 PC)
I try to connect to Oracle like this:
$c1 = ocilogon("scott","tiger",$db);
and i get a warning :
Unable to load dynamic library 'C:\Php\extentions/php_oci8.dll' - The specified module coud not be found.
I checked and sure that php_oci8.dll & php_oracle.dll file in folder C:\Php\extentions
Pls show me the way to config PhP to load OCI.
Thank.