如果是PHP5的话,就不默认支持MYSQL,那样也无法加载MYSQL。DLL
服务器不会响应所谓找不到文件之类只是在浏览时显示上面那串错误码

解决方案 »

  1.   

    Requirements for Win32 platforms. The extension requires the MS SQL Client Tools to be installed on the system where PHP is installed. The Client Tools can be installed from the MS SQL Server CD or by copying ntwdblib.dll from \winnt\system32 on the server to \winnt\system32 on the PHP box. Copying ntwdblib.dll will only provide access. Configuration of the client will require installation of all the tools. 
      

  2.   

    php_mssql.dll需要ntwdblib.dll支持
    请将ntwdblib.dll置于系统搜索路径中一般的说,安装sql server客户端是较好的做法
      

  3.   

    PHP连接数据库都建议在PHP运行服务器上安装对应的数据库客户端