[problem] register page

Results 1 to 5 of 5
  1. #1
    Enthusiast yaari is offline
    MemberRank
    Jan 2007 Join Date
    33Posts

    [problem] register page

    hi

    i use *wamp* n i download the ntwdblib.dll

    and i use good script 6 ppl say it work for hem

    i try enter n i get error

    Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\index.php on line 47

    this what i do

    $srvip = "Gunzext.no-ip.info";
    $srvport = "1025";
    $mssql_user = "";
    $mssql_pass = "";
    $mssql_database = "GunzDB";
    $mssql_host = "MY-FFC60D32FAFC\SQLEXPRESS";
    $conn = mssql_connect($mssql_host, $mssql_user, $mssql_pass);
    mssql_select_db($mssql_database);

    what i need to doing?
    i delete the ; in php.ini

    sorry for my english :(


  2. #2
    Valued Member Khanna is offline
    MemberRank
    Jun 2007 Join Date
    New York, USALocation
    142Posts

    Re: [problem] register page

    your english is fine. Now whats happening is the program that your using to run your registration page off of isnt allowing you to connect to you server. go to search and type in register page problem and look around, you should find an updated .dll by Rotana. that should fix it.

    -Khanna

  3. #3
    Account Upgraded | Title Enabled! Kingston is offline
    MemberRank
    Jun 2007 Join Date
    601Posts

    Re: [problem] register page

    use xammp

  4. #4
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: [problem] register page

    Code:
    $srvport = "1025";
    $mssql_user = "";
    $mssql_pass = "";
    that seems wrong to me

  5. #5
    Account Upgraded | Title Enabled! Kingston is offline
    MemberRank
    Jun 2007 Join Date
    601Posts

    Re: [problem] register page

    The REson it doesn't work Cause...

    - wamp doesn't allow u to connect to ur sql databse.
    - Download xammp it works. But first Make a Password. My Firend got hack once.
    - xammp allows you to connect to ur database
    - Want to use wamp change port 80 to 8500



Advertisement