sudden registerpage error :S

Junior Spellweaver
Joined
Apr 15, 2007
Messages
193
Reaction score
4
it all worked before. i change my database and now i got this: Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\register.php on line 21

wtf? line 21 = this:
$conn = mssql_connect($DBHost, $DBUser, $DBPass);

(the info in DBhosy DBuser DBpass are correct + it worked before :S!
 
You guys can use my Script what you need for it... Go to your php.ini
Mostly in the PHP directory of your Apache Server or in the map Windows (just C:\windows) Ok when you opened it.
Code:
;extension=php_pdo_odbc.dll
Thats it normal just delete the
Code:
;

Ok here is the Register Page
Code:
<html>
<head>
<title>NLGunz
 
Upvote 0
Back