Problem with the KalMax Reg Script

Results 1 to 6 of 6
  1. #1
    Member Tino1412 is offline
    MemberRank
    Oct 2004 Join Date
    30Posts

    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


  2. #2
    Live Now, Work Later Xpl0$ive is offline
    Grand MasterRank
    Sep 2006 Join Date
    UKLocation
    526Posts

    Re: Problem with the KalMax Reg Script

    give us the paragraph that line 55 is on.

  3. #3
    Hm. foxx is offline
    Grand MasterRank
    Sep 2006 Join Date
    Czech RepublicLocation
    5,256Posts

    Re: Problem with the KalMax Reg Script

    Xpl0$ive there obviously is mssql_connect() function on that line ;)

  4. #4
    Member Tino1412 is offline
    MemberRank
    Oct 2004 Join Date
    30Posts

    Re: Problem with the KalMax Reg Script

    // Server Settings
    $mains = mssql_connect("TINO\SQLEXPRESS","sa","PW");

  5. #5
    Live Now, Work Later Xpl0$ive is offline
    Grand MasterRank
    Sep 2006 Join Date
    UKLocation
    526Posts

  6. #6
    boo General is offline
    Grand MasterRank
    Sep 2006 Join Date
    at homeLocation
    2,269Posts

    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



Advertisement