Hi to you all
I am building my new site and want to use php4 with Oracle8i.
In order to do so I have to declare my extensions in the php.ini file (php_oracle.dll) and declare the path. I did this but when I execute my phpinfo script: <? phpinfo() ?> I always get the error "path/php_oracle.dll not found".
How can I test my oracle extension is working or how can I configure it correctly.
I work on a Windows 2000 platform.
THX