Hey,
If i want to make an register page,
i always get:
mssql_select_db() function.mssql-select-db'>function.mssql-select-db Unable to connect to server: in <b>C:\xampp\htdocs\register\register.php
The details in the config.ini are correct:
I tryed without the SQLEXPRESS and with
and i tryed the fix from Kyuma,Code:<? $Title = 'GunZ'; // Website title page ! $Title2 = 'GunZ REGISTRATION PAGE'; // Your GunZ Name - Registration Page ! $DBHost = 'ITS-E953E8C605D'; // MSSQL Host : ....\SQLEXPRESS $DBUser = 'sa'; // MSSQL User $DBPass = 'mypassword'; // MSSQL Password $DB = 'GunzDB'; // Gunz Database Name $conn = mssql_connect($DBHost, $DBUser, $DBPass); // DONT CHANGE THIS // mssql_select_db($DB); // DONT CHANGE THIS // ?>
And i created the obdc Data source too, That works because i can start the matchserver etc.
But still didn't work.
Does anyon have a solution?


Reply With Quote


