[Help] Registration Page

Results 1 to 3 of 3
  1. #1
    Novice zothuron is offline
    MemberRank
    Jul 2007 Join Date
    4Posts

    [Help] Registration Page

    Ok ive now set up my whole server and stuff for others to play.
    All i need now is a Registration Page.

    I filled in my Ip.
    Left The User Name And Pass Blank cause i got windows auth.
    And for host i got SMGNZXT\SQLEXPRESS
    Code:
    $srvip = "<removed>";
    $srvport = "6000";
    $mssql_user = "";
    $mssql_pass = "";
    $mssql_database = "GunzDB";
    $mssql_host = "SMGNZXT\SQLEXPRESS";
    $conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
    mssql_select_db($mssql_database);
    But Then When I Go To The The Page It Keeps Saying:
    Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\GunZ\index.php on line 47

    Can someone help please?
    ZeGunZ User Account Register
    Last edited by zothuron; 06-10-07 at 01:54 AM.


  2. #2
    Proficient Member -RooK- is offline
    MemberRank
    Jun 2007 Join Date
    171Posts

    Re: [Help] Registration Page

    1) Naviaget to line 47 and see what the error is or POST what is on line 47 so we can fix it for you
    2) Be sure port 80 is unblocked, this allows http traffic such as wamp, etc.

  3. #3
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: [Help] Registration Page

    You probelly dont have mssql enabled in the php.ini

    I personally prefer Xampp over Wamp. Xamp has more options and mssql is already enabled.



Advertisement