Hi
Thanks for helping me but I am still stuck :(
I have put 'php_oci8.dll' and 'php_oracle.dll' in 'D:\php\ext' directory and have
made the following changes in PHP.INI .......
; Directory in which the loadable extensions (modules) reside.
extension_dir=D:\PHP\ext
and have removed smicolon (;) before
extension=php_oci8.dll
extension=php_oracle.dll
and tried following.............
<?
$db = "";
$c1 = ocilogon("scott","tiger",$db);
?>
and result is following.....
Fatal error: Call to undefined function: ora_logon() in D:\index.php on line 18
PHP Warning: Unable to load dynamic library 'D:\PHP\ext/php_oci8.dll' - One of
the library files needed to run this application cannot be found. in Unknown on
line 0 PHP Warning: Unable to load dynamic library 'D:\PHP\ext/php_oracle.dll' -
One of the library files needed to run this application cannot be found. in Unknown on line 0
Please help me.........
fahad