-
Member
Problem with the KalMax Reg Script
Hi Guys i have problems with the Reg Script.
I have MSSQL 2005 Express
and when i on the site to make a account i become a error !
Error:
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: TINO\SQLEXPRESS in C:\xampp\htdocs\Web PHP Files\kal_reg.php on line 55
Pls help me !
Thx
-
-
Live Now, Work Later
Re: Problem with the KalMax Reg Script
give us the paragraph that line 55 is on.
-
Hm.
Re: Problem with the KalMax Reg Script
Xpl0$ive there obviously is mssql_connect() function on that line ;)
-
Member
Re: Problem with the KalMax Reg Script
// Server Settings
$mains = mssql_connect("TINO\SQLEXPRESS","sa","PW");
-
Live Now, Work Later
Re: Problem with the KalMax Reg Script
-
boo
Re: Problem with the KalMax Reg Script
change to $mains = mssql_connect("TINO\SQLEXPRESS,1433","sa","PW");
after enabling the TCP/IP port protocol for mssql (start - programs - sql server - configuration) - native client protocols