Jump to content

Recommended Posts

Posted

If you're getting mssql connection problems when you're trying to add Top PvP/Register Page or other scripts that are using mssql_connect() function, here it's the simple and the best solution to fix it.

 

1) Search for php.ini (Default it's located in C:\Windows)

2) Open it and find(Ctrl + F) the next line:

;extension=php_mssql.dll

then replace it with the next one:

extension=php_mssql.dll

All you have to to here it's delete

;

symbol.

3) Download ntwdblib.dll (Vers. 2000.80.194.0) and replace it with ntwdblib.dll (Vers. 2000.2.8.0) located default in C:\Windows\SysWOW64 (If you can't find it here use find ntwdblib.dll at Windows folder.

4) Try again the script and see that now it works perfectly!

  • 11 months later...
  • Vision changed the title to How To Make PHP Ready For Mssql Connection

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...