Joshua E Minnie wrote: > I am getting the error: > > PHP Warning: Unable to load dynamic library > 'D:\PHP\extensions\php_mssql.dll' - The specified module could not be > found. in Unknown on line 0 > > What I don't understand about this error is that the php_mssql.ddl is > in that exact directory. Any suggestions? > Make sure you have ntwdblib.dll from php/dlls directory in your system path (usually it's in windows\system32). If you don't you can take it from the dll's directory of you php installation.
You can also lookup in the manual (mssql functions) Note that php_mssql.dll is not included in the windows installer version of php. Christoph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php