reg page (part 2)

Results 1 to 2 of 2
  1. #1
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    reg page (part 2)

    ok i made a reg page and now when i register it says:
    Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\register.php on line 83


    this is line 83:
    $conn = mssql_connect($config['host'], $config['user'], $config['pass']);
    $sel = mssql_select_db($config['base']);

    and this is my config:
    <?php
    $config['host'] = 'JURIEN/SQLEXPRESS'; // IP Address
    $config['user'] = 'sa'; // Database Username
    $config['pass'] = '123'; // Database Password
    $config['base'] = 'GunzDB'; // Database Name
    $config['ip'] = YOU WANNA KNOW HUH; // Your IP
    $config['port'] = '6000'; // GunZ Online Port
    ?>

    im using this page:
    http://forum.ragezone.com/attachment...7&d=1169596355


  2. #2
    Account Upgraded | Title Enabled! shadow-xx is offline
    MemberRank
    Jan 2007 Join Date
    MegatonLocation
    804Posts

    Re: reg page (part 2)

    Find your php.ini and remove the semicolon(;) infront of the mssql extension



Advertisement