Hello,

I just installed PHP 4.4.0 on our production webserver after practicing PHP on my localmachine for months. PHP installed fine, I can view PHP pages, but when I try to connect to our mssql server, I get the error mentioneed in the thread header.

I had this same problem when I used PHP from my local machine to connect to the same mssql server, and I resolved it by editing the php.ini file to allow for the extension=php_mssql.dll and copying the ntwdblib.dll into the SYSTEM32 folder... But the fix for my machine doesn't seem to do the trick for the server.

Could there be something else I am missing? (Obviously there is, curious what it might be!)

    Is MYSQL installed on the server? If it's not, you obviously can't call MYSQL.

    -Steven Katzman

      No, MySQL is not installed. I think I may have this licked finally, but we're having an 'event' on our server so I have to wait til tomorrow to bounce it...

        Well, if MySQL isn't installed, you can't call it.. Is your problem solved?

        -Steven Katzman

          I am not trying to call MySQL.. Trying to call MSSQL.

            Write a Reply...