Web Error!!

Results 1 to 1 of 1
  1. #1
    Account Upgraded | Title Enabled! Forgiven is offline
    MemberRank
    Jul 2008 Join Date
    CanadaLocation
    301Posts

    Web Error!!

    So I am using Web Site Stuart 0.6 Beta
    I edit all the files I need to but when i visit it I get this error.

    Code:
    Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\testing\config.php on line 2
    I dont know whats wrong, I looked into my config.php it looks all right.

    PHP Code:
    <?php
    mssql_connect
    ("******\SQLEXPRESS","sa","******");
    mssql_select_db("GunzDB");
    $opened 1;
    if(
    $opened == 0){
        
    $pagetitle "Server in maintenance";
    }
    ?>
    Can anyone help me? :) Would be greatly appreciated!




Advertisement