[help] Register.php error

Newbie Spellweaver
Joined
Dec 30, 2006
Messages
32
Reaction score
0
Someone help me with this error?

Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 47


Thx =)

(sorry for my Bad English)
 
This means you Dont have the mssql.dll or Ntwlib.dll enabled and running to fix this issue - Get wamp Google it : ) And then Here are the step's

1. Install
2. left click on it
3. Look for PHP
4. Move your mouse over php Extensions
5. Looks for
Code:
 php_mssql.dll
6. Download ntwdlib.dll I think that's how it's spelt and then Place that into your Apache Bin : ) and restart your Apache Server if its already running.
 
Upvote 0
Back