Website

Results 1 to 2 of 2
  1. #1
    Infraction Banned nemboy is offline
    MemberRank
    Feb 2009 Join Date
    41Posts

    Website

    Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\secure\config.php on line 12

    :S :(

    $r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database");
    mssql_select_db($_MSSQL[DBNa], $r);


    Someone please help me thanks :)


  2. #2
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: Website

    1)Search for "short_open_tag = Off" without the "", then make it like this : short_open_tag = on

    2)Search for "asp_tags = Off" without the "", then make it like this : asp_tags = on

    3)Search for "error_reporting = E_ALL" without the "", then make it like this : error_reporting = E_STRICT

    4)Search for ";extension=php_msql.dll" without the "", then make it like this : extension=php_msql.dll

    5)Search for ";extension=php_mssql.dll" without the "", then make it like this : extension=php_mssql.dll

    ***How to fix my web error guide // writed by Nolife_x.***

    ---------- Post added at 11:16 AM ---------- Previous post was at 11:15 AM ----------

    Note: Click Start > Run > Type php.ini and do what i said.



Advertisement