[TUT] Web register working with SQL Express

Joined
May 27, 2006
Messages
2
Reaction score
0
I see some people have difficulties to get theyre register script working.

1. On php.ini search for "msssql.secure_connection =" set that to On
2. Download the attachment

Copy the attachment to:

C:/Windows/System32
server dir/php
server dir/apache/bin
 

Attachments

i installed a page from Thebestkiller but i still have:
Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\register.php on line 83

plz can somone help me
 
glennieboy make sure u put your server details in right
 
Warning: mssql_select_db() [ ]: message: Could not locate entry in sysdatabases for database 'Sys'. No entry found with that name. Make sure that the name is entered correctly. (severity 16) in C:\www\webroot\Gunz\index.php on line 48

Warning: mssql_select_db() [ ]: Unable to select database: Sys.GunZDB in C:\www\webroot\Gunz\index.php on line 48


Those are my errors. as you can see Sys.GunZDB is my database and it does not want to conenct at all. >:O so can anyone tell me what I should do except rename the database?
 
i still have the error: Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\register.php on line 83

i dont understand what to do can somone give me a little TuT how to Get that error away ?? thnx
 
Back