MSSQL Function

Results 1 to 3 of 3
  1. #1
    Enthusiast dary3113 is offline
    MemberRank
    Feb 2009 Join Date
    34Posts

    MSSQL Function

    Right, from my last topic... I have changed it all...


    Configured XAMPP and everything, but i keep geting the error:



    Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\config.php on line 15

    All the tutorials i find are winamp and i've got XAMPP, Can anyone lend me a little advice?

    the line on 15 is:

    PHP Code:
    $r mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant Connect Database"); 


  2. #2
    Account Upgraded | Title Enabled! Hexadecimal is offline
    MemberRank
    Dec 2010 Join Date
    424Posts

    Re: MSSQL Function

    Go to
    xampp\php\php.ini

    in php.ini search "MSSQL" (without quotes), and remove the semi-colon(;) from the first two results you get.

    Restart apache

    -BGxApixen

  3. #3
    Enthusiast dary3113 is offline
    MemberRank
    Feb 2009 Join Date
    34Posts

    Re: MSSQL Function

    Quote Originally Posted by Apixenz View Post
    Go to
    xampp\php\php.ini

    in php.ini search "MSSQL" (without quotes), and remove the semi-colon(;) from the first two results you get.

    Restart apache

    -BGxApixen
    Thankyou!! worked like a charm!



Advertisement