Hi, I would like to find out how I can get php to work on Win NT 4.0? I have tried the CGI module only and that failed. Then I downloaded the full .dll pakage and installed that onto my machine, I un-commented the extension path & the required libraries to use for a Oracle connection. I keep getting a dialog box saying "unable to load dynamic link library" 'c:/PHP/extensions/php_ etc. any other ideas?
Sean !----------------- php.ini extension_dir = c:/PHP/extensions/ extension=php_oci8.dll extension=php_oracle.dll !---------- php error message X-Powered-By: PHP/4.0.6 Content-type: text/html Fatal error: Call to undefined function: ocilogon() in d:\Inetpub\wwwroot\test\sean\querystring\display.php on line 4 PHP Warning: Unable to load dynamic library 'c:/PHP/extensions/php_oci8.dll' - in Unknown on line 0 PHP Warning: Unable to load dynamic library 'c:/PHP/extensions/php_oracle.dll' - in Unknown on line 0 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]