Results 1 to 4 of 4

Thread: Connect error??

  1. #1
    Join Date
    Mar 2004
    Posts
    2

    Unhappy Connect error??

    I'm check a User and Pass is correct. Why
    I can't connect to Mssql2000 by IIS is WebServer.I'm use PHP script to connect
    What happen to my sql or I forgot to change something befor I'm runing a script?
    Anyone can explain me please?

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Mar 2004
    Posts
    2

    Unhappy Sorry this is a stupid question for you

    PHP Warning: Unknown(): Unable to load dynamic library './php_mssql.dll' - The specified module could not be found. in Unknown on line 0
    What happen sorry I'm novice

  4. #4
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. In PHP.ini make
    ;extension=php_mssql.dll

    to

    extension=php_mssql.dll

    2. restart your web server (what you are using apache or IIS?)

    3. check whether you "extension_dir" in php.ini is pointing to the right folder.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •